Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,876
- Last Active
- Roles
- Administrator
Comments
-
As you can see on http://pasteboard.co/noe970J.png these are 2 completely different sections on which we do not have any impact. This is how WooCommerce plugin works. However, if you want to remove one of them, you can use the following css:.cart-co…
-
You're welcome!
-
Hi, we are sorry but this is not possible unfortunately as this is how sticky header works. Logo on sticky and menu icon are always smaller. Thanks!
-
Under section's options, you got Style drop-down field where you can select Full Screen.
-
We suggest to check Appearance > System Status because the problem might be with the limits on your server side.
-
Ok, got it. Please send us private message with dashboard access so we can check what you did wrong exactly.
-
@rene-photography Yes, you shouldn't lose anything.
-
@georgetate This 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. For responsive mode is responsible responsive…
-
Like we wrote above, we do not have anything like this included into theme.
-
Please send us private message then with dashboard access.
-
You need to select 1st or 2nd option which contain all data in readable format. But to make the content visible for plugins, you need to go to each page and click Update button to change data format in database.
-
Sorry but we do not have anything like this.
-
What is exactly still wrong? Please explain because we do not see anything wrong on your site.
-
We don't know unfortunately because we did never tested this plugin.
-
Hi, this 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. For subheader image url is responsible mfn_opts_ge…
-
It means that you did not increased that value. We suggest to investigate time into server settings because this issue is not related with theme at all.
-
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. Thanks for understanding!
-
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-…
-
@dandellscreations 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. Thanks for understanding!
-
Hi Jeff, to get smooth scroll, you need to use scroll class for the item which is a link. But please notice that this class was created especially for links and buttons. We did not checked it with the items like this one and we don't know if this w…
-
To put background for the whole content section, please use the following css:#Content { background-color: #FFF !important; }
-
Looks like it's subheader title. To change it's color, you need to use extra css:#Subheader .title { color: #000 !important; }
-
You're welcome ;)
-
Ok. So to increase size of that button only, you need to set class name for the section where this button is, like: my-bigger-button-class and then use the following css under Theme options > Custom CSS & JS > Custom CSS section:.my-bigger…
-
You're welcome! ;)
-
Hi, this is how the logo was projected. To get rid of that margin, you need to use the following css:#Top_bar .logo { margin: 0 !important; }
-
But as we see, you use Stack: center header type. This header type does not have an option to put background image behind it. To put background behind header (logo and menu) you need to use extra css:.header-classic #Action_bar, .header-plain #Actio…
-
Hi, you can choose search bar style under Theme options > Header & Subheader > Extras section.
-
No problem ;)
-
Hi, to change line color and position, you need to use the following css:.header-transparent #Top_bar .menu > li > a::after { background: #FFF !important; } .menu-line-below #Top_bar .menu > li > a::after { bottom: 116px !important; }