Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,869
- Last Active
- Roles
- Administrator
Comments
-
You're welcome!
-
Hi Robin, it's Top Bar Right section which can be disabled under Theme options > Header & Subheader > Extras section.
-
You are welcome! :)
-
Hi, which logos you don't see on mobile? We checked your site and did not found anything wrong.
-
You need to add class name for the span inside which this element is and then you supposed to use the following css:h2 span.class-name { color: #000 !important; }
-
Hi, yes, it is possible. For that you need to use FIXED header type.
-
You can do this under Page Options section where Layer Slider drop-down field is.
-
Hi, 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-can-not-be-…
-
Hi, we suggest to deactivate WPML plugin because we are pretty sure that you got this plugin activated and it won't let you save those fields as empty.
-
Hi, it's section's background. So to edit it, you need to go to section's settings.
-
What is exactly happening? Please explain.
-
Hi, this is an image which is placed inside first section of homepage.
-
Hi, below css should help you:.whatwedo { height: 400px; }
-
There is no universal settings that may look good on each device. You can only play with resolution in General settings what you can see on http://pasteboard.co/10FZkA8G.png
-
Hi, you probably set wrong link attribute. For more details about shortcode attributes please visit http://codex.wordpress.org/Gallery_Shortcode
-
We did never tested anything similar so we don't know unfortunately.
-
Hi, 1. Any link to page where images does not fit? 2. Any link as well?
-
Ok, thanks. So to move those sub-sub items to the right side, you need to use the following css:#Top_bar .menu li ul li ul { left: 260px !important; }
-
To change text color of that button on hover, use:.woocommerce ul.products li.product a.button:hover { color: #FFF !important; }
-
You are welcome! :)
-
Ok, sorry. So to remove those bullets, you need to use:.column_column ul li, .column_visual ul li, .mfn-acc ul li, .ui-tabs-panel ul li, .the_content_wrapper ul li { list-style: none !important; } .column_column ul, .column_column ol, .column_visua…
-
Ok, thanks @vice440. To remove sub-menu background on hover, you need to use the following css:#Top_bar .menu li ul li a:hover { background: none !important; }
-
You are welcome! ;)
-
Yesterday, it wasn't looking like that on our end but today it's the same as on your screenshot. Anyway, you display whole subheader background, you need to activate Minimalist header under Theme options > Header & Subheader > Header secti…
-
Hi, to change those icons and slogan text color, you need to use an extra css:#Action_bar .contact_details li { color: #000 !important; }
-
Hi, to make headings bold, you need to use an extra css:h1, h2, h3, h4, h5 { font-weight: bold !important; }
-
You missed Builder >> SEO option. For more details about it please visit http://forum.muffingroup.com/betheme/discussion/1080/search-results-don-t-take-care-of-shortcode-content
-
You are welcome :)
-
Hi, it's Split header style. For more details about this type of header, please take a look at http://forum.muffingroup.com/betheme/discussion/7794/how-do-i-creat-a-split-menu-split-header-style
-
Ok. It's very easy to change it's font family and size:#Top_bar .menu li ul li a { font-family: "Cinzel Decorative"; font-size: 12px; }