You are most welcome here š
Solution for this topic
I hope you are well today and thank you for your question.
You can update the theme without losing your work as described in the following page.
https://support.shufflehound.com/updating-theme/
Best regards,
Shufflehound team
Yes, IĀ haveĀ admin access but still, I don’t have theme editor access.
Please refer to the attached screenshots.
You are most welcome here š
Solution for this topic
1. I am using āBlog Posts Categoriesā element and have three categories added, image attached.
Unfortunately, there is no option to edit the color of individual headings and lines under the heading.
In my case itās health, fitness and recipes.
Is there a code to edit the color of all three lines under the headings separately?
Green for health, blue for fitness and brown for recipes.
You can change 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
.home .sh-categories .blog-style-cover:nth-child(1) .sh-categories-title h2 { border-color: #4CAF50; } .home .sh-categories .blog-style-cover:nth-child(2) .sh-categories-title h2 { border-color: #3F51B5; } .home .sh-categories .blog-style-cover:nth-child(3) .sh-categories-title h2 { border-color: #A52A2A; }
2. Is there a code to also edit the header hover color of all the categories?
You can change it from theme styling settings as shown in the attached screenshots.
This has worked. The jetpack cdn was the problemā¦
Many thanks,
You are most welcome here š
While at it, could the team responsible for updating the WP-Bakery plugin be prompt in updating it? Outdated plugins are a security threat..
You can just install the below latest version of theme on your site then delete and reinstall theĀ WP-Bakery plugin on your site.
Please login to access this file
You are most welcome here š
You can make its height smaller by using below custom CSS code.
#page-container .sh-header-top { padding: 0; min-height: 0; }
Ok Thak you
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
Ok Thak you
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
Solution for this topic
Yes I opened shared attachment but I don’t understand arabic language.
Sorry for that.
You can reverse menu order by using below custom CSS code.
html[dir="rtl"] .sh-nav li.menu-item:not(.sh-nav-special) { float: right; }
I don’t have theme editor access on your site so could you please grant meĀ theme editor so that I can troubleshoot the issue?
Also please update the theme on your site to the below latest version.
Please login to access this file
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Solution for this topic
It seems you are using Jetpack plugin on your site so could you please try temporary deactivating its Photon module on your site as shown in the attached screenshot?
This jetpack photon module is not updating the images stored on wp.com so to resolve the issue either disable this module or update the images on wp.com by contacting jetpack support team.
Hi @NT,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
HiĀ Nicolai,
I hope you are well today and thank you for your question.
You can remove 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
#page-container .sh-header-top-date { display: none; }
Best regards,
Shufflehound team
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
body:not(.logged-in) li.menu-item.sh-nav-menu.sh-nav-special, body:not(.logged-in) .sh-header-side-overlay, body:not(.logged-in) .sh-header-side { display: none !important; }
Hi @irfanisrael,
I hope you are well today and thank you for your question.
There isn’t any pre builtĀ code but we can develop custom CSS code to achieve it.
Could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
You are most welcome here š
Hi @WendyM,
I hope you are well today and thank you for your question.
You can remove 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
.owl-carousel .owl-item .sa_hover_container > a { display: none; }
Best regards,
Shufflehound team