Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,934
- Last Active
- Roles
- Administrator
Comments
-
You're welcome! :)
-
Hi, this looks like a header background which can be removed by activating Minimalist option under Theme options > Header & Subheader > Header section.
-
@neil74white http://forum.muffingroup.com/betheme/discussion/15684/changing-size-of-social-icons
-
But there is no Top Bar now and until there is no bar, you won't be able to set the logo. Please use one of the included headers under Theme options > Header & Subheader > Header section and then you would be able to set the logo under The…
-
@sunrisenewemail Now it's Theme options > Custom CSS & JS > Custom CSS.
-
@sachin_arsude Which part you mean? Are you talking about %? All details about progress bar options you can find on http://themes.muffingroup.com/be/theme/shortcodes/boxes-infographics/#progressbar
-
Ok, thanks. So the header is messed up because you activated transparent header on mobile. This is the whole sense of being transparent and this couldn't be changed. The only thing you can do is move the content down on mobile on all pages except ho…
-
Ok, thanks. So instead of what you presented above, please use the following css and hope this would help:.blog:not(.single-post) #Content, .archive:not(.post-type-archive-tribe_events) #Content { background-color: #2e3141; } but if not, then you n…
-
You're welcome.
-
No problem.
-
If the problem exists on your computer only, then we have no idea what might be reason.
-
Hi Tom, all you need to update the theme is to remove current theme files thru FTP and upload the newest one from package. If you didn't changed anything in theme files, you won't lose anything because all settings/content are stored in database. …
-
We are sorry but this can not be removed unfortunately. If you want to remove it, you need to remove whole client from Client's section.
-
Hi, to remove those links, you need to use custom css:.image_frame .image_wrapper .image_links { display: none !important; }
-
Hi, it's title which is located under Theme options > SEO section.
-
You are welcome :)
-
To change it's color, please use the following css:#Top_bar #menu ul li.submenu .menu-toggle { color: #FFF !important; } But if you want to replace +/- with an arrow image, then you need to modify theme files because we do not have such option and …
-
You are welcome! :)
-
1. To remove images from mobile, you need to use:@media only screen and (max-width: 767px) { .woocommerce ul.products li.product a img { display: none !important; } } 2. To remove Related Products from mobile, please use:@media only screen and …
-
Hi, Action Bar background can be changed under Theme options > Colors > Menu & Action Bar but all details about social icons colors, you can find on http://forum.muffingroup.com/betheme/discussion/409/changing-social-icon-and-action-bar-i…
-
Hi, we did never tested this plugin so we don't know what might be the reason of those errors unfortunately. Thanks!
-
Hi, we are sorry but it's not possible to use 2 maps on one page unfortunately because it causing javascript errors. Thanks!
-
Ok, thanks. The item you are using is simple content slider which can not be full width the same way as slider revolution for example. It is necessary to modify theme files to do what you ask for.
-
Hi, there is no need to use license key anywhere. This key is only for our and Envato purposes. Thanks!
-
Hi, please send us link to page where you got Pricing Box item and would like to make the lines between li's so we can check. If you look at http://themes.muffingroup.com/be/theme/shortcodes/content-blocks/#pricingitem you see that the lines are be…
-
Hi, 1. Please send us link to page where you got this header so we can have a look on it. 2. About the second question, it is not possible to display different header on desktop than on mobile unfortunately. Thanks!
-
Hi, we are sorry but it is not possible. You are using Creative header and the light can be in place where it is now.
-
Hi, Visual Composer is a plugin but Muffin Builder is a tool which is built-in into theme and was created especially for our products. We do not sell it anywhere and it comes as a part of our themes only. Over 90% of customers prefer to use Muffin …
-
Hi, to display search bar, please make sure you did not deactivated Right Top Bar under Theme options > Header & Subheader > Extras section. Also, make sure that icon is active as well and not hidden under same section.
-
Love button can be removed with the following css:.post-footer .button-love a.mfn-love { display: none !important; }