Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,859
- Last Active
- Roles
- Administrator
Comments
-
You can create it thru FTP. However, if you really don't know how to create file on FTP (this is very basic thing), please contact with your web developer because you may do more harm than good.
-
Hi, what activation code you are looking and what for?
-
Hi, as we can see, http://pasteboard.co/gn67kQ7oL.png your mega menu is fine.
-
To change color of those messages, you need to use custom css:.alert_info { background: #000 !important; color: #FFF !important; } .alert_info a { color: #E2E2E2 !important; } .alert_info .alert_icon { background: #FFF !important; color: #000 !impor…
-
@ArnaudChougny You also did not provided the link to page where you would like to do this, so we can give you the css that works on our end but we can not guarantee it would work on your side the same.#overlay-menu ul li a { font-size: 24px !importa…
-
Hi, all details about adding sidebar you can find on http://forum.muffingroup.com/betheme/discussion/10/how-to-create-sidebar-and-set-up-for-page Basically, what you need to do is go to Post Options section (it's under editing post) and choose the…
-
You are welcome! :)
-
We can close this discussion for you what we already do :)
-
To add icons to menu, please check http://forum.muffingroup.com/betheme/discussion/94/mega-menu-icons where everything was explained.
-
Hi, to display 4 related products on desktop and 2 on mobile, you need to use the following css:@media only screen and (min-width: 1240px) { .woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsell…
-
Hi, as we know, Be|Creative demo does not have any Slider Revolution included and that's why you can not find it. We have no idea where did you read that purchase code is necessary but it's not true and the plugins bundled into package, can be inst…
-
Hi, you can set custom class name for each single image and then you can call these images using custom css (especially @media declarations). For more details about @media, please visit http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
-
Hi, sounds like you are unable to save the content only because of the limits on your server side. More details about that you can read in the following topic http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-options…
-
It depends what kind of customization you did because if you mean theme files customization, then we do not have any magic method to update files without touching files that was modified by you.
-
Hi, what you ask for, 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 need to contact with your web developer. P.S. The files where you can find our custo…
-
Please send us an example links to 2 example pages with different layouts where you would like to change footer bg color and we will check if it's possible or not.
-
Hi, responsive icon color is exactly the same as background and that's the reason. To change it's color, please use:#Top_bar a.responsive-menu-toggle i { color: #FFF !important; }
-
You are welcome! ;)
-
Hi, to set white background for single posts, you need to use the following css:.single-post #Content { background: #FFF !important; }
-
You're welcome :)
-
Hi, as we can see, you set Equal Height of Wrap for then section and that's why background images does not appear on mobile. What you can do only is set min height for those wraps:.equal-height-wrap .wrap { min-height: 250px; }
-
Hi, to indent text inside paragraph using html, you need to use something like:<p style="text-indent: 50px;">Some text</p> For more details about this css attribute, please visit http://www.w3schools.com/cssref/pr_text_text-i…
-
Ok, thanks. So to do marked section white, you need to use the following custom css:#Top_bar .logo { background: #FFF !important; } #Top_bar .column { margin: 0 !important; width: 100%; } #Top_bar .container { max-width: 1240px; }
-
You are welcome! :)
-
http://pasteboard.co/fWhCVxvvp.png - this is a screenshot from Safari. Could you explain which color you want to change exactly?
-
You're welcome! ;)
-
Hey, we did this image so you can use it of course. Thanks!
-
Hi, you got this message, because you didn’t watched our instructional video. Slider Revolution is external plugin and it’s content can not be imported automatically with the demo import so you need to import it separately. More details about slide…
-
Hi, if you don't see such file, then just create it yourself.
-
Hi, the slider is not full width because you didn't set it as full width. But header's background, does not appear because you did not disabled Minimalist option for header under Theme options > Header & Subheader > Header section which i…