Hi Amir,
I hope you are well today and thank you for your question.
I have tested it on my test site and it’s working fine for me using latest version of Gillion theme.
The theme displays date using standard WordPress function date_i18n so please make sure you are using latest version of WordPress.
Also 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.
Best regards,
Shufflehound team
Hi @deantep,
I hope you are well today and thank you for your question.
Could you please test it removing the custom code, Facebook comments, Adserver banners you have added?
Also 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.
Best regards,
Shufflehound team
Hi Johan,
I hope you are well today and thank you for your question.
The theme doesn’t provide this functionality but you can try achieving this using below plugin.
https://wordpress.org/plugins/add-search-to-menu/
Best regards,
Shufflehound team
To do that try using below custom CSS code.
.primary-mobile-light .sh-header-mobile { background-color: #fff!important; }
Awesome great to see you got that fixed.
Please advise if you have more questions.
Have a fantastic day!
Hi @MrVanDigital,
Thank you for your question.
You can try achieving this using Yellow Pencil Editor as described below.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
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
To do that try using below custom CSS code.
.primary-mobile-light .sh-header-mobile { background-color: #fff!important; }
Solution for this topic
Hi @rachelmball,
Thank you for your question.
You have to remove that space from slider by editing it as displayed in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Please make sure to use below latest version of theme and then use hyperlink in the widget as described here https://www.w3schools.com/html/html_links.asp
Please login to access this file
It seems the code is not working on your site because of CSS specificity issue so please try changing it as following.
#page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.current_page_item:first-child > a{ color: #fff!important; } #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.current_page_item > a{ color: rgba(255,255,255,0.85)!important; }
You are most welcome here 🙂
You are most welcome here 🙂
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
#content .fw-page-builder-content > .sh-section { padding-top: 0; }
Best regards,
Shufflehound team
It is working fine for me on mobile.
Could you please test it using different mobile browser?
Also try tapping on all the areas of logo to check whether it works on specific area for you.
Since I don’t have any css or other code on my website, can I install now the child theme? Is it going to change something on my website ?
You can install and activate the child theme on your site without any issue.
You have to develop custom code to use same fonts on both locations.
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
.blog-single .post-container .sh-overlay-style1, a.sh-overlay-item.sh-table-cell:last-child { display: none; } .sh-overlay-style1 .sh-overlay-item:first-child div.sh-overlay-item-container { right: 40%; }
Solution for this topic
Hi John,
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
.sh-recent-posts-widgets-count, a.post-meta-comments { display: none; }
Best regards,
Shufflehound team
You are most welcome here 🙂