Solution for this topic
Please try using below CSS code for it.
.post-thumbnail .post-overlay,
.sh-footer-instagram-item .post-overlay,
.post-gallery-list .post-overlay,
.blog-slider-item:after,
.post-style-cover .post-container:after,
.sh-widget-posts-slider-style2 .sh-ratio-content:after,
.categories-list-item .sh-ratio-content:after {
opacity: 0.3 !important;
}
Hi @bkitching,
I hope you are well today and thank you for your question.
It is working fine for me on your shared site using Jevelin theme as shown in the attached screenshot.
This can be browser specific issue so could you please test it using different browser?
Best regards,
Shufflehound team
Hi @Mr. Wonderful,
I hope you are well today and thank you for your question.
I visited your shared site on Chrome but didn’t see the issue on it.
Could you please share me the screenshot of the issue?
Also this can be browser specific so please test it using different browser.
Best regards,
Shufflehound team
Hi @govus,
I hope you are well today and thank you for your question.
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
.widget_recent_entries li {
font-weight: 400;
}
Best regards,
Shufflehound team
Where have you sent it as i didn’t get it?
Could you please share it again as described above and also send it on [email protected] ?
Where have you sent it as i didn’t get it?
Could you please share it again as described above and also send it on [email protected] ?
Have you added HTML code in it as described in the following topic?
If you have added it but still it is not working then would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
@sasamoods Not an issue. We’ll ignore your reply here.
You are most welcome here 🙂
It seems happening because of the child theme used on your site so to confirm it just temporary use the Jevelin theme instead of child theme on your site. If everything works fine then it’s your child theme issue.
I visited your shared URL on Chrome browser and it is getting scrolled in the right section as shown in the attached screenshot.
Is this not what you are getting?
If not then could you please share the screenshot of what you are getting?
Solution for this topic
You can change its color 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
.sh-popover-mini:not(.sh-popover-mini-dark) {
background-color: #e34827;
}You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Solution for this topic
Hi @egamb,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme.
Please make sure you are using below latest version of Jevelin theme and Unyson plugin.
Please login to access this file
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Also could you please try resetting your site htaccess file as described on the following pages?
https://www.webhostinghero.com/restore-damaged-htaccess-file-wordpress/
If you are using firewall then try changing the settings of it.
Best regards,
Shufflehound team
You are most welcome here 🙂
I couldn’t reproduce it on my test site so can’t resolve it until i access your site.
The page is not accessible for me and displaying Under Construction message.
Could you please temporary disable it or would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
The page is not accessible for me and displaying Under Construction message.
Could you please temporary disable it or would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
So I should download and install the theme updates, then create a new child theme from the updated main theme?
No you have to just download and install parent theme updates and don’t need to create or update new child theme unless you are making major template changes in the child theme which is braking site functionality.
In short just update parent theme and check whether the site works fine. If not then check whether this is due to child theme. If it is due to child theme then only update the child theme but this is vary rare case.
Solution for this topic
Hi @FlightKing,
I hope you are well today and thank you for your question.
Depending on which header layout you are using you have to copy the respective file from following theme directory in to your child theme in the same file hierarchy structure.
/gillion/inc/headers/
Best regards,
Shufflehound team
No there isn’t any theme option for it but you can hide 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
.page .post-thumbnail,
.single-post .post-thumbnail {
display: none;
}