Betty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] How do I change the font colour and typeHi @spuryjam,
You can add the code below to your Appearance -> Customize -> Additional CSS with your desired preferences:
/*price*/ .woocommerce div.product p.price { color: red; font-family: Arial; } /*category*/ .product_meta>span { color: red; font-family: Arial; } .product_meta a { color: red; font-family: Arial; } /*reviews*/ .woocommerce .woocommerce-noreviews { color: red; font-family: Arial; }Hope that helps!
Hey @marko015,
Please add the following code to your Appearance -> Customize -> Additional CSS:
@media only screen and (max-width: 600px) { .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 100% !important; } }It looks like this for me now: https://prnt.sc/tuab7f.
Hope that helps!
Forum: Themes and Templates
In reply to: [Hestia] Mobile Version Does not Format HomepageSure!
Add the code below in your Additional CSS section:
.hestia-features .hestia-title { margin-top: 0px !important; margin-bottom: 20px; }Forum: Themes and Templates
In reply to: [Neve] Hamburger menu not positioning correctlyHey @paolazriel,
I am not able to replicate the issue, this is how it looks for me: https://prnt.sc/tu9t7t.
Can you tell on which mobile devices this is happening?Thanks!
Forum: Themes and Templates
In reply to: [Neve] Use of Secondary MenuHi @3bsstudio,
This is a feature available only with Neve Pro in Header Booster module. There you can have different headers for specific pages.
Check our plans here: https://themeisle.com/themes/neve/#pricing
Forum: Themes and Templates
In reply to: [Hestia] Mobile Version Does not Format HomepageHi @fbadal,
Hestia is designed to show the elements from your “Our approach” section like this on the mobile version, one under the other, not to look too cramped. To make this in one line, it would be necesary pretty much custom code.
However, I saw that you have a big padding between the elements and you can make them look more compact by adding the following code in your Appearance -> Customize -> Additional CSS:.hestia-features .hestia-info { padding: 0px !important; }Hope that helps!
Forum: Themes and Templates
In reply to: [Hestia] My website is completely brokenHi @ashleydavies1,
Please try to clear your browsing cache, deactivate all the plugins and then reactivate them one by one to make sure that there aren’t any conflicts. Also, check server log for errors. If you don’t know where to find error log, the hosting provider can help with that.
When you make changes to CSS and PHP files of the theme please use a child theme: https://docs.themeisle.com/article/14-how-to-create-a-child-theme to avoid things like this to happen.
Forum: Themes and Templates
In reply to: [Hestia] Why is there space on the left side of the pageForum: Themes and Templates
In reply to: [Neve] h1 & h3 headingsIf you want to add them on the single product page you can click on Edit product and select your heading like in this screenshot.
Forum: Themes and Templates
In reply to: [Hestia] How to change headings from h4 to h3Yes, that’s correct.
You can also update the plugin without losses unless you decide to re-import the starter template.
Forum: Themes and Templates
In reply to: [Neve] GIF doesn’t show on pageGreat! I’m glad I could help! 🙂
Forum: Themes and Templates
In reply to: [Hestia] How to change headings from h4 to h3Hey,
We recently moved the template sites to OrbitFox plugin as we got suspended from WordPress a while and that’s why those elements live in the plugin and not theme files. They do not exist in the theme same as if you would create some page in WordPress – that data lives in the database not theme files so plugin also have structure and using that structure data is imported to the database.
So updating the theme will not overwrite your code 🙂
Forum: Themes and Templates
In reply to: [Neve] GIF doesn’t show on pageOk add this instead with the exact configuration you have now:
.wp-block-cover.aligncenter { min-height: 50px !important; width: 100px; height: 100px; }It looks like this for me: https://prnt.sc/tt54r3
You can make it bigger if you want.Forum: Themes and Templates
In reply to: [Neve] GIF doesn’t show on pageThis image appears because the URL to the image isn’t the correct one. I copy pasted it from the console but it’s possible not to be the same. Please check it again.
In case you don’t succed, you can try the first solution you found with the Cover block style and then to resize it as I gave you the code for that.
Forum: Themes and Templates
In reply to: [Hestia] How to change headings from h4 to h3Hi @putiek,
I checked your website and to what I see you had already modified that because the section you provided as an example: hestia-features-content by default has h4 for title and in your website it’s already h3.
If you directly modified the theme files, it’s worth mentioning that next update of the theme will overwrite them.