Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,863
- Last Active
- Roles
- Administrator
Comments
-
You are welcome ;)
-
Hi, we are sorry but it's not possible unfortunately. Thanks!
-
You're welcome.
-
Hi Tom, Those arrows are images and can be changed under Theme options > Custom CSS & JS > Custom CSS section where the following css line is:a.read_more { font-family: Montserrat; letter-spacing: 2px; font-weight: 700; background: url(ht…
-
You are welcome! :)
-
Hi, to get Revolution Slider extra addons, you need to buy a license from plugin's author because such extra stuff are for those who got a license key. Thanks!
-
Hi, menu disappears because you have errors in Javascript console what you can see on http://pasteboard.co/npb3l2I3.png
-
You are welcome ;)
-
Hi, please send us link to page where you would like to increase it's width so we can check if it's possible.
-
Hi, this requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Or if you don’t have any, feel free to contact with our co…
-
Hi, we are sorry but it is not possible unfortunately to make this video scalable. Thanks!
-
You are welcome! :)
-
Hi, 1. http://forum.muffingroup.com/betheme/discussion/7454/is-it-possible-to-remove-hover-effect-on-images 2. You need to upload larger images because current are not big enough and that's why you got this space.
-
Paste the css we gave you above on 1st position then and check.
-
Hi, please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to let us know what for the access is.
-
Hi, it depends which images you mean. Some are free, some were made by us but some we bought. These last, you need to buy if you want to use legally.
-
This would help to your admin. As the message says, "client denied by server configuration" what means something is blocked on server end. We think that the problem might be with mod_security or loopbacks for of course we might be wrong be…
-
@rostaman We are sorry but this is not possible unfortunately. The only thing you can do to keep same margin one sides is to align menu to the right side with included option under Theme options > Menu & Action Bar > Menu section.
-
You can find it using the tools like Firebug for example. More details about it you can find in the doc http://themes.muffingroup.com/betheme/documentation/#theme-customizations or if this wouldn't be clear enough, you need to contact with your web …
-
You are welcome :)
-
To move fixed navigation up, you need to use the following css:.fixed-nav { bottom: 200px !important; }
-
As we can see, it's flexslider and to change it's border width, you need to use the following css:.flexslider { border-width: 10px !important; }
-
You are welcome! :)
-
Hi Andy, VC item overlap the menu items itself and what you need to do, is just decrease z-index for this item:.ts-advanced-google-map-container { z-index: 1 !important; }
-
Hi, button style can be changed under Theme options > Global > General section.
-
You're welcome! :)
-
Hi, to make only h3 links different color, you need to use the following css:h3 a, h3 a:hover, h3 a:active, h3 a:visited, h3 a:link { color: #000 !important; }
-
Great :)
-
If you look at http://pasteboard.co/3prnD2qKU.png you see that the code responsible for the image is in the right place but it's empty. It means that the problem must be related with your extra plugins or child-theme itself. Just switch to parent th…
-
Hi, to decrease padding between widget menu items, you need to use:.widget_archive ul li a, .widget_nav_menu ul li a { padding: 0 !important; }