Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,845
- Last Active
- Roles
- Administrator
Comments
-
@rickfoster549 Please send us link to page where you would like to do this and also please explain what exactly and where you would like to do.
-
Hi, we are sorry but we do not have such hover or active effect for menu items. We have similar one only and you can check it on http://themes.muffingroup.com/be/print/ and if you would like to use such menu style, you need to select Arrow Top styl…
-
Hi, we have such item included into theme and you can check this item on http://themes.muffingroup.com/be/theme/shortcodes/content-blocks/#slider (the last carousel has 3 images). This item is called SLIDER and you can set up content for this carou…
-
Did you put it under Theme options > Custom CSS & JS > Custom CSS section on 1st position?
-
Hi, we are sorry but we do not have an option to order muffin menu items unfortunately. Thanks!
-
Hi Jorge, all details about changing colors in Action Bar you can find on http://forum.muffingroup.com/betheme/discussion/1021/how-to-change-betheme-action-bar-link-colour as these colors can be changed with custom css only. We do not have any sol…
-
Thanks for explanation. However, we do not have such possibility included.
-
What limits you mean exactly? Please explain.
-
Hi, you did not set Google Maps API key and that's why it does not work. For more details about Google Maps API key, please visit http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key
-
Hi, in this case, http:// need to be changed to https:// for each item individually or you can change all paths around whole site using Mfn CB Migration Tool. But before you will user this tool, please do the backup just in case. Thanks!
-
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 should contact with your web developer. P.S. If you would like to check our custom te…
-
Hi, please send us link to page where you did it so we can have a look on it closer.
-
Warnings are not errors but we took it into account as well and we will be working on it next week.
-
Hi, we did checked your site and menu items has nothing to do with the update and couldn't be changed after update. We recommend to check the colors as you can see on http://pasteboard.co/7IsblLipi.png because we are sure that link color and backgr…
-
Hi, for sites migration/backup, we always use 2 plugins and did never had any problems with content, settings or pages migration. Those plugins are: WP Migrate DB and Mfn CB Migration Tool. Thanks!
-
Hi, to display those custom images on mobile, you need to use the following css:#Action_bar .contact_details li.slogan { display: block; }
-
Thanks :)
-
Hi, to disable white background on mobile, please use the following css:@media only screen and (max-width: 767px) { #Top_bar, #Action_bar { background: none; } } But menu does not display because of your extra plugins. We suggest to start from…
-
Hi, to change menu items color on a single page, you need to use the following css:.page-id-xxx #Top_bar .menu > li > a { color: #E2E2E2 !important; } where xxx is page id. However, we do not have solution to change logo url on individual p…
-
You are welcome! :)
-
To remove those horizontal dividers, please use the following css:.team .desc_wrapper hr { display: none !important; }
-
Ok, so to remove "Read more" completely, you need to use:.portfolio-photo .portfolio-item .portfolio-details .more { display: none !important; } However, we do not have any solution to display any other text instead.
-
Ok, so as we can see, you want to set background for widget heading what can be done with the following css:.widget > h3 { background: #000 !important; color: #FFF !important; padding: 10px; }
-
You are welcome! :)
-
Hi, to change drop-down background and text colors, you need to use the following css:#Top_bar #menu > ul { background: #000 !important; } #Top_bar #menu ul li a { color: #FFF !important; }
-
You are welcome ;)
-
Hi, did you enabled Decrease Fonts option under Theme options > Responsive section?
-
You are welcome!
-
Hi, to change tooltip width, please use:.tooltip:hover::after, .tooltip.hover::after { margin-left: -250px; width: 500px; }
-
Hi, we are sorry but we do not have any css solution to make it possible. Thanks!