I cannot remove the login bookmark icon on the header

Home Forums Gillion Theme I cannot remove the login bookmark icon on the header

Home Forums Gillion Theme I cannot remove the login bookmark icon on the header

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

    Hey there,

    I need your help fixing a couple of issues.

    1st:
    Removing a couple of icons on the header. I unchecked all the header elements from the live preview customization panel. Screenshot attached. Still, two icons remain there. The login bookmark icon & the social share icon. How do I remove them?

    2nd:
    How do I by default underline the hyperlinked text? Right now it’s not being underlined by default. Checked in the styling options, didn’t find any toggle setting for that.

    Thanks
    Shivang

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

    Solution for this topic

    Hi Shivang,

     

    I hope you are well today and thank you for your questions.

     

    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

     

    li.menu-item.sh-nav-share.sh-nav-special,
    li.menu-item.sh-nav-readmore.sh-nav-special {
        display: none;
    }
    
    #page-container a {
        text-decoration: underline;
    }

     

    Best regards,
    Shufflehound team

    Shivang
    Participant

    Alright, thanks & what about the first issue?

     

    Never mind, please ignore it. It got fixed;

    You are most welcome here 🙂

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