Hi @RCA_86,
I hope you are well today and thank you for your question.
Yes you can achieve that by developing and adding CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
Best regards,
Shufflehound team
Hi @ginanjararif,
Sorry to hear of the problem you are having.
Please make sure you are clearing the cache on your site if any.
As your site is not yet publicly accessible so 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.”?
Best regards,
Shufflehound team
Yes please delete and reinstall the latest version of theme.
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.
Hi @ImageMagician,
I hope you are well today and thank you for your suggestion.
We will make the color picker input box more editable in the future version of theme.
Best regards,
Shufflehound team
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Awesome great to see you got the issue found.
based on this page — https://github.com/bluehost/endurance-page-cache — I’d say it’s a plugin from BlueHost, probably installed as an MU plugin. If you have questions about it, please contact their tech support.
Thank you for sharing the site URL but when i try to access it then i get an error “This site can’t be reached”.
Please make sure that your shared site is accessible for others.
Thank you for sharing the site details unfortunately it is not working for me.
Also please change the shared site credentials immediately as you have shared it publicly and anybody can access it and may misuse it.
If you want to share any sensitive data with us then you can do so 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.”
Thank you for sharing the site details unfortunately it is not working for me.
Also please change the shared site credentials immediately as you have shared it publicly and anybody can access it and may misuse it.
If you want to share any sensitive data with us then you can do so 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.”
Hi @supermegalino,
I hope you are well today and thank you for your question.
I am not sure what you meant by woocommerce account as woocommerce is free and open source plugin so could you please describe it a bit more in detail?
Best regards,
Shufflehound team
The shared child theme is working fine on my site.
Do you mean you used the exact child theme shared above or used its code in your existing child theme?
Please advise.
Also please make sure that you are using latest version of Gillion theme.
Hi @julien,
Sorry to hear of the problem you are having.
Not sure why you are facing this issue but to resolve it please delete the theme on your site and reintsall it.
If you can’t access your site admin area then you can delete the theme from WordPress directory /wp-content/themes/gillion using FTP or cPanel File Manager.
Best regards,
Shufflehound team
Solution for this topic
To achieve that instead of above CSS code please try using below custom CSS code.
@media (min-width: 1250px){ #page-container .container { max-width: 970px!important; width: 970px!important; } div#content.content-with-sidebar-right { width: 69%; } #sidebar.sidebar-right{ width: 31%; } }
Sure i can help you for that also but to access logged in menu i need to log in to your site.
Would you mind if i log in to your site to see the menu? 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.”?
You are most welcome here 🙂
You are most welcome here 🙂
Hi @ceesay,
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 not displaying correctly so that i can troubleshoot it?
You can share the code by adding it in the text file then add that text file in the zip file and attach it to your reply here.
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
It seems from your shared screenshot that the background images are set to columns or sections so please try removing it from there.
Could you please share me your site URL where it’s displaying so that i can help you to remove it?
Best regards,
Shufflehound team
Hi @heirway,
I hope you are well today and thank you for your question.
You can either remove entire titlebar from theme settings as shown in the attached screenshot or you can remove just page titles 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
.titlebar-title h2 { display: none; }
Best regards,
Shufflehound team
Hi Donna,
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
#breadcrumbs .item-home a { font-size: 16px; font-weight: 800; }
Best regards,
Shufflehound team