Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
You are welcome! :)
-
Hi, you can change it's hover color with an extra css:.contact_icons a:hover { color: #000 !important; }
-
If you don't like how the button looks like on mobile, you need to remove it's icon with the following css:a.button.button_right .button_icon, a.tp-button.button_right .button_icon { display: none !important; }
-
You are welcome! :)
-
Hi, when you add/edit menu items, under each item you have option called Open link in a new window/tab which is responsible for opening links in new windows.
-
Hi, slider for page, can be set under Page Options section where Slider Revolution drop-down field is.
-
Hi, search icon can be easily disabled under Theme options > Header & Subheader > Extras section.
-
Hi, you are unable to click items when it's sticky because the sub-menu is too far from the top bar. And if you want to move it up, you need to use the following css:#Top_bar.is-sticky .menu li ul { top: 67% !important; }
-
You are welcome! :)
-
Hi, all pre-built websites were made with Muffin Builder and it is not possible to convert them into Visual Composer. If you really want to use VC, you need to build pages from scratch. Thanks!
-
You are welcome ;)
-
Hi, yes, it is possible. All details about it you can find on http://forum.muffingroup.com/betheme/discussion/2206/scroll-bar-color-size-changes Thanks!
-
To decrease top bar height, you need to decrease logo size under Theme options > Global > General > Logo > Advanced section.
-
Hi, you need to get the function from content-post.php file and put it into functions.php file and everything would be fine. Thanks!
-
You're welcome!
-
Hi, share box exists as shortcode so you can use it anywhere you want. For more details about this shortcode, please visit http://themes.muffingroup.com/be/theme/shortcodes/typography/#popup
-
This plugin takes feature image of post into account. But we do not understand what still exactly does not work for you.
-
@muzna91 How exactly you are trying to install plugin? What are the steps?
-
Go to slider settings and change button's layer link. That's all you need to do.
-
Hi Amy, something must be wrong with your javascript or your script is causing conflict with existing scripts. In such case, you need to contact with your web developer because what you ask for would requires some files customization. Thanks!
-
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 attach link to current topic so we know…
-
Yes, we understand and the reason is what we told you above. It's because of limited max_input_vars.
-
Sorry but we do not see any scroll class in above shortcode. Class attribute is empty.
-
You simply need to disable this option for the section. There is no other workaround to do this.
-
Hi, please send us link to page where you would like to do this first. We do not have such option included but it might be possible with css.
-
Hi, what you can do is disable all background images on mobile and this could be done under Theme options > Responsive section where Section | Background Image option is.
-
Hi, because it's slider's button, you need to change it's styles under slider settings where the button layer is.
-
1. Where do you have mcb-wrap? 2.You can set ID for the section and then call id's.
-
Yes, this might be one of the reasons.
-
Hi, On Be|Service we used the following table code:<table> <thead> <tr> <th style="text-align: left;">Type of service</th> <th>Cost</th> <th>Time</th> </tr> </thead> <tb…