Home › Forums › Gillion Theme › Navbar and other issues
Home › Forums › Gillion Theme › Navbar and other issues
Hi,
I really love the theme and appreciate the support shufflehound is providing. I trying to make my website better and i dealing with few issues that i am unable to solve.
NAVBAR
I am using a header with ad place style and i really like this layout.My question whether i can make the nav menu appear in the center instead of left without changing the header style?
<span style=”text-decoration: underline;”>NAVBAR ICONS</span>
can i please know how to change the color of nav menu icons like search and social
<span style=”text-decoration: underline;”>TAGS</span>
How do hide tags that appear below the blog post content
MY WEBSITE : https://www.pixelyatra.com
Thanks,
Pixelyatra
Solution for this topic
Hi Pixelyatra,
I hope you are well today and thank you for your question.
I am using a header with ad place style and i really like this layout.My question whether i can make the nav menu appear in the center instead of left without changing the header style?
You have to develop custom code to achieve this without changing the header style.
can i please know how to change the color of nav menu icons like search and social
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 .sh-nav > li > a i {
color: #FFF !important;
}
.sh-header .sh-nav > li > a:hover i {
color: #000 !important;
}
How do hide tags that appear below the blog post content
You can hide it using below custom CSS code.
.single-post .post-tags-container {
display: none;
}
Best regards,
Shufflehound team
Thank you 😀
You are most welcome here 🙂
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.