Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,862
- Last Active
- Roles
- Administrator
Comments
-
Hi, we recommend to switch to default WP theme and check if the same issue exist when default theme is active. Also, please explain how you translate theme. Do you translate it within .mo/.po files or WPML plugin?
-
@Beraterinnen2 We do not have any option to replace menu item with button but we have an Action Button instead and you can set it up under Theme options > Header & Subheader > Extras section.
-
Sorry but we do not understand your question and don't know what exactly you are looking for.
-
1. As we can see, those fonts are white because of your custom css: .woocommerce-billing-fields h3 {color:#fff} and also, you set white color for headings under Theme options > Colors > Headings section. So to change these colors, you need …
-
@Vicensimanus You can set local color style, like:<i class="ICON-NAME" style="color: #E2E2E2 !important;"></i>text here and so on.
-
And that's why you need to use both: Featured image and Header Image. Featured Image would be for posts list but you can easily remove featured image from single post pages using below css:.single-post .single-photo-wrapper.image { display: none !im…
-
You're welcome.
-
Hi, please send us link to page/s where you would like to remove this information first so we can have a look on it and give you best possible solution. Thanks!
-
You are welcome! :)
-
1. To be honest, we don't know anything about it. This question should be sent to plugin's author. 2. You asked above, how to remove this link only. However, if you want to remove complete post navigation, you should use the following css instead:.…
-
Hi, whole top bar can be removed with the following css:#Top_bar { display: none !important; }
-
Hi, as we can see, you turned on Transparency for the Top Bar under Theme options > Global > General section and that's why it's transparent.
-
You're welcome! :)
-
Hi, it's Popup Contact Form | Shortcode and you can set it up under Theme options > Footer section.
-
You're welcome! :)
-
You're welcome!
-
Hi, you must did demo import before WooCommerce plugin installation and that's why nothing related to WooCommerce, wasn't imported.
-
Hi, this item has an option to set multiple categories only and it does not have an option to exclude categories. Thanks!
-
You are welcome! :)
-
Hi, all icons included into theme you can find on http://themes.muffingroup.com/be/theme/shortcodes/typography/#icons and only these icons can be used instead of default menu icon. And because we do not have same icon included, you need to modify t…
-
Thanks for explanation! We are happy to see that you sorted it out.
-
Hi, please send us link to page where you would like to remove featured image from mobile so we can have a look on it and give you best possible solution. Thanks!
-
You are welcome.
-
Hi, we are sorry but Portfolio categories does not have order option included. Thanks!
-
Please show us on screenshot where exactly you want to change background. However, in reference to 2nd question, it is not possible to display articles only on search page.
-
@alice-dc Ok, so to move menu items closer to the logo, please use the following css:.header-split #Header .top_bar_left .logo { left: 43%; width: 14%; } .header-split #Header .top_bar_left .menu_left { text-align: right; width: 43%…
-
You're welcome! :)
-
Hi, we are sorry but we do not have possibility to close menu on click. However, we are working on new mobile menu and hope it would be ready soon. Thanks!
-
You need to wrap name into right html tag. For more details about it, please visit http://www.rapidtables.com/web/html/mailto.htm P.S. We would be greatly appreciated if you can do not copy texts and paste it on forum with html tags because it only…
-
If you want to set different fancy heading sizes per sections, you need to set class name for each section and then use above css per individual sections. Basically, if section's class name is my-class-name, then above css need to be preceded with .…