Navbar and other issues

Home Forums Gillion Theme Navbar and other issues

Home Forums Gillion Theme Navbar and other issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • pixelyatra
    Participant

    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

     

    Attachments:
    You must be logged in to view attached files.

    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

    pixelyatra
    Participant

    Thank you 😀

     

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)