Betty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Header on the main Shop page..Hi @songmisun,
I saw that you are a pro user and you submitted a ticket also, so we responded you there.
Forum: Themes and Templates
In reply to: [Neve] Edit add to cart disabled buttonHi @hvvvf,
Please add the following code to your Appearance -> Customize -> Additional CSS:
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed { opacity: unset !important; }That should solve the problem.
Forum: Themes and Templates
In reply to: [Hestia] Add in a widget below header?Hi @jburritt88,
You can add sections using hooks from Custom Layouts module available in the pro version of the theme. See documentation here and our plans here.
Forum: Themes and Templates
In reply to: [Neve] Product Gallery image change its sizeHi @relaxdecor,
You have a cache plugin that minifies the CSS code and overwrites the default one. Please try to deactivate it and see if it solves your issue.
Forum: Themes and Templates
In reply to: [Neve] Banda bianca sotto modulo contatti.Please add the following code to your Appearance -> Customize -> Additional CSS:
For title:
.nv-page-title-wrap.nv-big-title .nv-page-title h1{ background-color: rgba(255,255,255, 0.5); }For contact form:
#comments { background-color: rgba(255,255,255, 0.5); }- This reply was modified 5 years, 7 months ago by Betty.
Forum: Themes and Templates
In reply to: [Neve] conflit avec theme neve et woocomerceHi @martinajade,
I tried to search something on your shop page and the results are displayed.
Did you managed to solve the issue?Forum: Themes and Templates
In reply to: [Neve] Changing content sizeHi @robj1221,
Have you tried to “play” with the values from Appearance -> Customize -> Layout -> Content/Sidebar and Content Width from every section? Also with Layout -> Container -> Container Width
Forum: Themes and Templates
In reply to: [Hestia] Changing the text colorHi @greyham,
Please check this guide: https://docs.themeisle.com/article/1248-how-to-customize-colors-font-size-and-padding-in-hestia#sections
Forum: Themes and Templates
In reply to: [Neve] Elementor not workGo to Settings -> General on your dashboard and check the URLs from there.
Forum: Themes and Templates
In reply to: [Neve] Trying to install Starter ThemesHi @aubreyallen1,
That’s weird. Please try to deactivate and uninstall the plugin and install it again and clear your browsing cache.
Forum: Themes and Templates
In reply to: [Neve] Sticky Post setting doesn’t workForum: Themes and Templates
In reply to: [Hestia] PopUp will now appearHi @trudypadden,
I don’t think it’s an issue related to the theme. Maybe it’s a plugin conflict or something wrong with the popup maker plugin. You can try using another similar plugin to see if the issue persist.
Forum: Themes and Templates
In reply to: [Neve] Post pageHi @ryanjayjohnson,
This issue might be occurring due to a plugin conflict. So please deactivate all plugins and check if it resolves your issue and after that try activating the plugins one by one to find problematic plugin. Then replace it with an alternate plugin.
Forum: Themes and Templates
In reply to: [Neve] Neve change menu arrowForum: Themes and Templates
In reply to: [Neve] How to Change Font Size of Site Title and TaglineHi @theoff,
1. Here is a guide for it:https://docs.themeisle.com/article/1294-how-to-change-font-size-in-site-title
2. Please add the following code to your Appearance -> Customize -> Additional CSS with your desired color:.wpbf-logo a:hover, .wpbf-mobile-logo a:hover { color: red; } p.site-description.wpbf-tagline:hover { color: red; }3. These features are available in the pro version of the theme. You can check the differences between themes here and our plans here.