Betty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] How do I find the optimal Featured Image size?Hi @robing34,
The recommended ratio for an image in Neve default layout is 3:2. So, for example, if you have an image with width 300 and height 200 it shouldn’t get cropped.
Hope that helps!
Forum: Themes and Templates
In reply to: [Neve] Problem with menu cartAdd the following code in your Customizer -> Additional CSS but with your desired color instead:
.header-bottom-inner .nv-icon svg { fill: red !important; }It looks like you already used some custom CSS to add that grey color. If so, please delete that grey color before.
Forum: Themes and Templates
In reply to: [Neve] Problem with menu cartHi @patrykpl,
You have a big padding set for your buttons. I changed it and now it looks good: https://prnt.sc/thg33r
Please add the following code in Customize -> Additional CSS:
a.button.checkout.wc-forward { padding: 15px 10px; }Hope that helps!
- This reply was modified 5 years, 10 months ago by Betty.
Hi @davidtrahan80,
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.
Also, you should check browser console for errors when you are in Customizer and move the slider.Let us know how it goes.
Forum: Themes and Templates
In reply to: [Hestia] What is the text color / color code of Hestia theme?Hi @howa2z,
The color used for all the descriptions and excerpts is #999 and it can be changed by adding the following code in Customize -> Additional CSS:
.card-description, .description, .footer-big { color: red; /* change to desired color */ }For single posts content the main body color is #3c4858.
Hope that helps!
Forum: Themes and Templates
In reply to: [Hestia] Content Font ColorHi @judefitness,
It seems that the font you are using is blurred and too light itself: https://fonts.google.com/specimen/Raleway+Dots#standard-styles.
You can try to change it if you are not satisfied with the view. Otherwise, if you add “font-weight: bold” in addition to your CSS code it would look better.Hope that helps!
Forum: Themes and Templates
In reply to: [Hestia] Change link name in hestia themeHello @lobboi,
No, that’s not possible even with Hestia PRO.Forum: Themes and Templates
In reply to: [Neve] Setting default font and color for H1 headingsHi @dinahcrellin,
To change the H3 to your desired color you need to add this in Additional CSS:
h3 { color: #D25326 !important; }Forum: Themes and Templates
In reply to: [Neve] how to reset css code of theme?Hi @tulshiram,
There are two options for that:
1. To get your CSS back to default if you made changes on it you can download the Neve theme from our website https://themeisle.com/themes/neve/ then upload to the server only style.css file and overwrite the existing one.
2. You can activate another theme and then reinstall and reactivate Neve.Hope that helps!
Forum: Themes and Templates
In reply to: [Neve] Neve Options not loadingI recommend you to check server logs for errors, if page fails to load there should be errors logged. If you don’t know where to find error log then your hosting provider can help with that.
Let us know how it goes.
Forum: Themes and Templates
In reply to: [Hestia] Child ThemeHi @rodano,
Yes, Orfeo is a child theme of Hestia. You can read all about it in our documentation: https://docs.themeisle.com/article/827-orfeo-documentation
If you need any help, let us know.
Forum: Themes and Templates
In reply to: [Hestia] Change Site Title Font SizeHi @greencl,
You can change the Site Title font size by adding the following code on Customize -> Additional CSS:
.navbar .navbar-brand p{ font-size: 25px; }But with the size that suits your needs best.
Hope that helps! Let us know how it goes.
Forum: Themes and Templates
In reply to: [Neve] How to hide post title on home pageHey there,
I would be happy to help you with hiding the title.
If I understand this correctly, you would like to hide the posts title’s on the blog page. For that go to Customize -> Layout -> Blog/Archive and deactivate Title&Meta. Here is an example: https://prntscr.com/tdh67i.
If you want to hide the title in a single post page, you can go to Customize -> Layout -> Single Post and deactivate Title&Meta.
If that is not what you wanted, would it be possible to share a screenshot with the page where you want to hide it?
Looking forward to hear from you.
Forum: Themes and Templates
In reply to: [Neve] Style page titles to be uppercase.Hi,
You should go to Customize -> Typography -> Headings -> H1 -> Transform: Uppercase
Regards,
Beatrice