Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
You are welcome ;)
-
Please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.
-
So we do not have such item included unfortunately.
-
Hi, do you have latest theme version installed? If you have, we suggest to re-install theme files via FTP (just remove current files and upload the newest one).
-
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 are sorry but we do not understand what exactly you want to select. Would be great if you can switch to default wp theme and check if the same problem occurs when default theme is active. Thanks!
-
We may consider them but so far current features on the list would take few months.
-
Try to create completely new slider and add this image there.
-
Hi, if you mean content which goes behind header, you need to switch to another header type because the current one you use is transparent. The sense of being transparent is that anything goes behind it.
-
Hi John, Action Button does not work with simple header. So or you would set another header style or you need to use the following css to display right top bar along with simple header:#Top_bar .top_bar_right { display: block !important; ma…
-
You are welcome! :)
-
Hi, to change fancy heading title color on mobile, you need to use the following css:@media only screen and (max-width: 767px) { .fancy_heading .title { color: #FFF !important; } }
-
Action Bar is hidden by default as there is not enough space for that part. However, if you want to display it on mobile, you need to use the following css:#Action_bar .contact_details li.slogan { display: block !important; }
-
You're welcome!
-
Hey, as we can see, responsive menu icon color was set with custom css under Theme options > Custom CSS & JS > Custom CSS section:#Top_bar a.responsive-menu-toggle { color: #fff; } and this is the reason why you can not change it from op…
-
Ok, great!
-
Hi, you can change it under Theme options > Custom CSS & JS > Custom CSS section.
-
It's Content Padding which can be disabled under Theme options > Global > Advanced section.
-
Hi, to change all these colors, you need to use the following css:.dark .counter .desc_wrapper .number { color: #000 !important; } .counter .desc_wrapper .title { color: #000 !important; } .quick_fact h3.title { color: #000 !important; } P.S. Ther…
-
You are welcome! ;)
-
Hi, 1) Menu bar can be reduced with the following css:@media only screen and (min-width: 768px) and (max-width: 1239px) { #Top_bar .logo { margin: 0 !important; } } 2) It is not possible to set different logo for tablets. On tablets works the …
-
Ok, so it's Top Bar. You can change it's color under Theme options > Colors > Header section. But because you use pre-defined custom skin and you don't use custom colors, you need to use an extra css:#Header .top_bar_left, .header-classic #Top…
-
Hi, if you want header to be fixed, just choose Fixed header type.
-
Slider timeouts you can check under Theme options > Global > Slider section.
-
If you want to slide images one by one, you need to use Slider item.
-
With above css as well. Above css is for all placeholders.
-
You're welcome!
-
Hi Ben, 1. Posts appears twice because you didn't read the doc part where we explained how to create blog page properly. For more details please check http://themes.muffingroup.com/betheme/documentation/#blog 2. It is not allowed to set same page …