Hi @dennisth19,
I hope you are well today and thank you for your question.
The WPbakery page builder Heading V2 element does not provide any option to change it from h3 to h1.
Best regards,
Shufflehound team
As said above, the pages created using the WPBakery page builder won’t display correctly when you disable the WPBakery plugin as the pages are created using the shortcodes.
You can always create new pages using a default page editor and without WPBakery page builder.
It is displayed by the below theme file.
/jevelin/framework-customizations/extensions/shortcodes/shortcodes/blog-posts/views/view.php
I need to access only front end of your site.
You are using an older version of the theme on your shared site so please update the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Also, please make sure that you are using the latest version of the Unyson plugin.
You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
Hi @theskygate,
I hope you are well today and thank you for your questions.
I’m wondering if it’s possible to turn off the “tags in” section on single post pages (see attachment)?
You can disable them 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
.single-post .sh-blog-tags { display: none; }
And is it possible to turn off the blue circle “amount comments” sign in the widget recents posts (see attachment)?
Those are comments count which you can remove using the solution shared in the following topic.
https://support.shufflehound.com/forums/topic/shufflehound-recent-posts/#post-6928
Best regards,
Shufflehound team
Solution for this topic
Hi @jakub,
I hope you are well today and thank you for your question.
You can resolve 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
#content .comment-column-left, #content .comment-column-right { display: block; } #content .comment-body { display: block; }
Best regards,
Shufflehound team
Hi @bousraou,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to reduce it?
Best regards,
Shufflehound team
Hi @bousraou,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
Hi @leeberty,
I hope you are well today and thank you for your question.
Could you please share the page URLs from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
Sorry for the inconvenience caused.
I have made it work on your site using below CSS code.
.sh-header .sh-nav > .current-menu-item > a { color: #099300!important; }
Could you please check it?
This is not happening on my test site so as requested above could you please share your site URL where it’s happening so that I can troubleshoot it?
You are most welcome here 🙂
You are most welcome here 🙂
Hi @Sensado,
I hope you are well today and thank you for your question.
We can remove those icons from the mobile menu by developing custom CSS code.
Could you please share your site URL where it’s displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Hi @krollemurow,
I hope you are well today and thank you for your question.
Yes, you are right that you have to develop custom code to achieve this.
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
Hi @krollemurow,
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 the 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
Hi @krollemurow,
I hope you are well today and thank you for your question.
You can remove it as described in the below topic.
https://support.shufflehound.com/forums/topic/leave-a-reply-window-editing/
Best regards,
Shufflehound team