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
@media (max-width: 800px){ .sh-woocommerce-products .woocommerce.columns-4 ul.products li.product { width: 50%; } }
Hi @gs762698,
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 to achieve it?
Best regards,
Shufflehound team
You can control that image size from portfolio content element settings as shown in the attached screenshot.
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
If you want to disable whole title bar then you can do so from theme settings as shown in the attached screenshot.
To resolve that please also use the following custom CSS code.
@media (min-width: 1100px){ .rev_slider_wrapper { max-width: 100%; position: relative !important; left: 0 !important; } .sh-header-in-side .sh-section-aef3b20b3dfc9fb27e9348fd6d0ed858 .container { width: 100%!important; } }
Thank you for your questions.
Hi, I am making edits to my client’s site, but they are not being saved or reflected in the site after saving them?
Could you please tell me a bit more in detail which thing you are editing on the site and share the screenshot of it?
Hi, I also need to add that things are disappearing off the page as I speak?  Images are missing off the page and in my WordPress library, even though I did not delete them.  I’m not sure what is going on?
It has nothing to do with this theme. Some user on your site or the plugin may be doing it so please troubleshoot and find out it.
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
The first thing you can do to optimise your site is to use this cache plugin https://wordpress.org/plugins/w3-total-cache/ and configure it.
Also please refer the information provided on the following pages to optimise your site.
https://codex.wordpress.org/WordPress_Optimization
https://techtage.com/speeding-up-wordpress-sites/
https://gtmetrix.com/wordpress-optimization-guide.html
Best regards,
Shufflehound team
@Chad Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Solution for this topic
You cam change front page of your site from site Reading settings as shown in the attached screenshot.
You are most welcome here 🙂
Solution for this topic
The issue is resolved in the following latest version of theme so please try using it.
Please login to access this file
I could confirm the footer content issue on my test site which occurs when we use Footer Parallax therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the issue 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
@media (min-width: 851px) { .sh-footer-paralalx-init .sh-footer { position: static; } .sh-footer-paralalx-init .content-container { margin-bottom: 0 !important; } }
I could not confirm Hero image issue so please tell me how do you want it to display?
Solution for this topic
You can hide 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
.tax-fw-portfolio-category .sh-portfolio-description { display: none; }
Solution for this topic
Hi There,
Sorry to hear of the problem you are having.
If you are using any cache on your site then try clearing it.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi @SjoerdGerritsen,
Thank you for your another 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
@media (max-width: 800px){ h1.sh-heading-content{ font-size: 40px !important; } }
Best regards,
Shufflehound team
Hi @imperativity,
I hope you are well today and thank you for your question.
You can disable 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
#breadcrumbs { display: none; }
If it the above solution doesn’t work for you then could you please share me your site URL where it’s displaying so that i can troubleshoot it?
Best regards,
Shufflehound team
Is there any way to make the theme using a thumbnail size image in home? When click on the thumbnail, it will load the full image
Not sure exactly which image you are referring on home page so could you please tell me a bit more in detail and share your site URL?