Solution for this topic
Hi Amy,
I hope you are well today and thank you for your question.
You can change it by editing the slider or using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
It will be preserved after theme update.
It is not part of child theme if you have added it in the below theme option.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
You are most welcome here 🙂
Hi @singbrothers1,
I hope you are well today and thank you for your question.
There isn’t any theme option to limit it but you can limit it developing custom code.
Best regards,
Shufflehound team
Still I am not getting the issue.
May be it is browser specific.
Which browser are you using?
Please share me the screenshot of the issue and make sure to point the cut area by arrow in the shared screenshot.
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.products span.woocommerce-Price-amount { font-weight: 400 !important; }
Here’s the screenshot of tabs you have suggested but I don’t see it is being cut off.
Please advise.
Awesome great to see you got that achieved and thanks for sharing it in the forum.
Please advise if you have more questions.
Have a fantastic day!
Heya! Do I use these CSS in the Customizer or the YellowPencil?
You can use any of them.
I made some custom changes to dropdown menus in my Customizer, but they don’t seem to work (I do not have any dropdown CSS in YellowPencil either).
Developing custom code for custom functionality is beyond the scope of support that we provide here.
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
You are most welcome here 🙂
Solution for this topic
You can center align it using below custom CSS code.
.sh-footer-columns .widget-item .sh-social-widgets { display: table; margin: 0 auto; }
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
div.header-logo { padding: 0; } div.header-logo img { max-height: 80px; }
Hi @emailjohna,
I hope you are well today and thank you for your question.
To achieve this, you have to develop custom code in the child theme of Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
Not everything is wrapped in H tags and it is used where it is required.
It seems much of the H tags in your shared screenshots are from content of page and not from theme code.
Also the H1 tag is typically the largest and most important tag on an individual page of a website and the theme uses most of the time H2 to H4 tags.
This can be child theme issue used on your site so to confirm it just temporary use the Jevelin theme on your site. If everything works fine then it’s your site child theme issue.
Awesome great to see you got custom code fix.
Have a fantastic day!
Please delete the existing WP Bakery Visual Page Builder plugin on your site and install latest version of it from Appearance -> Install Plugins
Now I am confused about what you are trying to achieve so could you please just share me the screenshot of how you want all the prices to display on your site?