Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
Hi, no, this is not possible. You can change them with custom css only.
-
Hi, you can sort it with the following css:.align_right .list_item .list_left { float: right; } .align_right .list_item .list_right { margin-left: 0; margin-right: 100px; }
-
You can do this under Theme options > Header & Subheader > Extras section. It's Action Button.
-
You're welcome!
-
As we see, this path is under Theme options > Custom CSS & JS > Custom CSS section but it does not affect footer at all.
-
For that, you can use Text widget with custom link code inside. This is how you can do it.
-
Please send us private message with info which sliders are missing.
-
Hi, 1. This is header's background. To remove it, you need to activate Minimalistic header under Header section. 2. http://forum.muffingroup.com/betheme/discussion/1107/menu-behaving-strangely-after-update No, theme hasn't been tested with uberme…
-
Hi, Please send us link to your site first so we can have a look on it.
-
Hi, we did never tested anything like that so we don't know if it works or not. Thanks!
-
You are welcome!
-
No, it's not possible.
-
Hi, any link to page where above offer box is?
-
Sorry but what you followed? We didn't told you to upload new images. As it has been explained in above topic, you need to change gallery sizes and then you need to use Force Regenerate Thumbnails plugin to resize those images. We guarantee that it …
-
At first, would be better if you can draw how the menu supposed to look like and send it to us so we can have a look on it. Please send us such screenshot with dashboard access privately so we can have a look on it.
-
!important is added only when you set color for button's shortcode and only then what you can see on http://pasteboard.co/1N5ysHYq.png
-
Hi, please send us link to page where you want to do this.
-
Hi, we do not have anything similar included. Thanks!
-
1. Where the sizes are different? 3. If this did not helped, then we do not have other workaround.
-
You are welcome! :)
-
Ok. So to change it's colors, you need to use the following css:#Footer .widget_mfn_menu ul li a { background: #000 !important; color: #FFF !important; } #Footer .widget_mfn_menu ul li a:hover { background: #000 !important; color: #FFF !important; }
-
You are welcome ;)
-
Hi, To change it's color, you need to use extra css. We already explained it on on this forum http://forum.muffingroup.com/betheme/discussion/10381/breadcrumbs-how-do-i-change-the-color
-
Hi, we set this background under Theme options > Custom CSS & JS > Custom CSS section with the following css:#Content { background-image: url(http://themes.muffingroup.com/be/insurance/wp-content/uploads/2014/12/home_insurance_wrapper_bg.…
-
You are welcome ;)
-
Hi, to get the same hover effect, you need to use the following css:#Top_bar .menu > li:hover a { color: #000 !important; } #Top_bar .menu > li:hover { background: #FFF !important; } #Top_bar .menu > li > a:hover { background: none !imp…
-
So to do this, you need to use the following css:#Top_bar:not(.home) .menu > li > a span:not(.description) { color: #000 !important; } #Top_bar:not(.home) .menu > li > a:hover span:not(.description) { color: #E2E2E2 !important; }
-
Ok. So to change copyright background color, you need to use the following css:#Footer .footer_copy { background: #000 !important; }
-
Ok. So to remove our default menu on all sizes except mobile, you need to use the following css:@media only screen and (min-width: 768px) { #Top_bar .menu_wrapper { display: none !important; } }
-
No problem ;)