Solution for this topic
Hi Anvar,
Sorry to hear of the problem you are having.
Please delete the plugins & theme on your site and reinstall theme downloading following latest version of it. Then try reinstalling required plugins.
Please login to access this file
Best regards,
Shufflehound team
Hi @dreidel18,
Thank you for your question.
Could you please share me your site URL where it’s displaying so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi @dreidel18,
I hope you are well today and thank you for your question.
You can display 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
.sh-footer-instagram > .widget-item { display: block; }
Best regards,
Shufflehound team
I hope you are well today and thank you for your questions.
On the home page, how do you remove the “by AUTHOR” section from the post?
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
body.home .blog-list .post-meta-author { display: none; } body.home .blog-list .post-meta-date { padding-left: 0; }
When I hoover over the category buttons the category string shows (?category=) how do I remove this for the URL or shorten it to say “category”?
When you click on the category buttons on the homepage on desktop/laptop/mobile is feels like the page isn’t going nowhere. How do you make it so it anchors down slightly so you can see content?
You have to develop custom code to achieve this.
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
The site blog-post paragraph text colour has been altered to black but it also changes the Footer and Tagline text on the homepage. How does one override this?
You can change it using below custom CSS code.
.sh-titlebar *, .sh-footer p { color: #fff; }
Best regards,
Shufflehound team
Solution for this topic
Sorry to hear of the problem you are having.
Could you please go to your site permalink settings and resave it or reset your site htaccess file as described on the following pages?
https://www.webhostinghero.com/restore-damaged-htaccess-file-wordpress/
Best regards,
Shufflehound team
Hi Surge,
Sorry to hear of the problem you are having.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi M,
Sorry to hear of the problem you are having.
I visited your shared page and it is getting redirected to http://www.mynottinghillcarnival.com/carnival-parties-2017/ and displaying Blog page.
Please advise.
Best regards,
Shufflehound team
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-titlebar .titlebar-title h1 { color: #0f0f0f !important; }
Solution for this topic
You can remove other categories than “HKSAR: 20 Years On” 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
#portfolio-fancy-filter-7c965475e86778586eb3f5c5f5821836 .sh-filter-item { display: none; } #portfolio-fancy-filter-7c965475e86778586eb3f5c5f5821836 .sh-filter-item[data-filter="*"], #portfolio-fancy-filter-7c965475e86778586eb3f5c5f5821836 .sh-filter-item[data-filter=".category-hksar20"] { display: inline-block; }
It is not working because of CSS specificity issue on your shared site so please try changing the above shared CSS code as following.
#page-container .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a { padding-top: 5px; padding-bottom: 5px; }
I don’t see Page builder extension activated in your shared screenshot which i see in my attached screenshot.
You are most welcome 🙂
To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
It seems displaying fine for me as shown in the attached screenshot.
Could you please test it using different browser and clearing your browser cache?
Solution for this topic
Please use the following custom CSS code to change its color.
#page-container .sh-back-to-top { background-color: #8acfba; color: #fff; } #page-container .sh-back-to-top:hover { background-color: #fff !important; color: #8acfba; }
Hi @SjoerdGerritsen,
I hope you are well today and thank you for your question.
To help you to remove that white space i tried to access your shared page but it is displaying “Page could not be found” error.
Please make sure the page is accessible.
Best regards,
Shufflehound team
Solution for this topic
Hi @LeaV,
Thank you for your another question.
To achieve this please add equal-height class to those columns as shown in the attached screenshot and then add 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-column.equal-height { min-height: 975px; }
Best regards,
Shufflehound team
Hi @LeaV,
Thank you for your question.
You can reduce it from section padding settings as shown in the attached screenshot.
Best regards,
Shufflehound team
You can change the class sh-list-item in the above code to whatever you want to set.
You are most welcome here 🙂
Solution for this topic
You can install that plugin from Required plugins page as shown in the attached screenshot.