Hi @govus,
I hope you are well today and thank you for your question.
I logged in to your site using shared credentials but the shared user doesn’t have sufficient privileges to troubleshoot it.
Could you please temporary make the shared user as an admin so that i can troubleshoot it?
Best regards,
Shufflehound team
It seems this is happening because you are using internal page links.
Could you please try using the custom plugin solution shared in the following topic?
https://support.shufflehound.com/forums/topic/hide-mobile-menu-on-click/#post-5380
It seems you have not activated the child theme on your shared site so could you please activate it?
Thank you. I got your login credentials in the email but when i login to your site it gets redirected to the URL yoursite.com/wp-admin/ which displays the screen as shown in the attached screenshot.
Could you please test it by logging in using shared credentials?
@mwille Thank you for creating new topic. Let’s not reply here but in your new topic.
Hi @mwille,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi Lee,
I hope you are well today and thank you for your questions.
Change white menu bar to black and text to white, the same as the drop down menu
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
.sh-header-10 > .container {
background: #232323;
color: #fff;
}
#page-container .sh-header-10 .sh-nav > li.menu-item > a,
#page-container .sh-header-10 .sh-nav > li.menu-item > a > i{
color: #aaa;
}
#page-container .sh-header .sh-nav > .current_page_item > a,
#page-container .sh-header .sh-nav > .current-menu-ancestor > a,
#page-container .sh-header-left-side .sh-nav > .current_page_item > a,
#page-container .sh-header-10 .sh-nav > li.menu-item > a:hover,
#page-container .sh-header-10 .sh-nav > li.menu-item > a:hover > i{
color: #fff !important;
}
Change the 3 contact options in top right hand corner so the text only is red
Use below custom CSS code to achieve this.
.header-contacts-details-large-content {
color: #ff1000;
}
Make the email option in header click to create email
If you are talking about the header topbar options like email or phone number then you can make clickable to have links by using the child theme solution shared in the following topic.
Best regards,
Shufflehound team
Currently there isn’t any theme option to achieve this but we can achieve this developing custom CSS code.
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.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Hi @VisualEdgeChris,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where you want to add padding and also tell me exactly in which sections you want to add it so that i can help you to achieve it?
Best regards,
Shufflehound team
You are most welcome here 🙂
@mwille It seems you are having different issue so to help us keep support thread separates could you please create your own thread for your question instead of replying on others 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.
@scottgrantwv Thank you for notifying the issue. Please use attached modified theme to resolve it.
Then please tell me exactly on which page it is displaying or which element you are using to display it along with the whole screen screenshot of it.
Then please tell me exactly on which page it is displaying or which element you are using to display it along with the whole screen screenshot of it.
Hi Rubeco20,
I hope you are well today and thanks for posting here.
I have tested it on my test site and it’s working fine for me using latest version of Gillion theme as displayed in the attached screenshot.
Please make sure you are using latest version of Gillion theme and Unyson plugin on your site.
If the issue still persist 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.”?
Best regards,
Shufflehound team
As said above you have to develop custom code to modify it.
Solution for this topic
Please use below custom CSS code instead of above.
.post-content-share:not(.post-content-share-side):not(.post-content-share-mobile) {
right: 0;
float: right;
}Could you please share me the page URL from your site where it is displaying so that i can troubleshoot it?
Awesome great to see you got the facebook translation solved and thanks for helping out here in this forum by sharing the solution.
Your help here is really appreciated.