Remove | in the top bar

Home Forums Gillion Theme Remove | in the top bar

Home Forums Gillion Theme Remove | in the top bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • LeticiaRoland
    Participant

    Hi

    I managed to remove the date on the top bar. However, the | that was separating the date from the social media icons still appears.

    How to remove it?

    Hi @LeticiaRoland,

     

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

     

    Could you please share your site URL where it’s displaying so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can remove 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

     

    #page-container .sh-header-top .header-social-media {
        margin: 0;
        padding: 0;
        border: 0;
    }

    LeticiaRoland
    Participant

    It worked. Thanks

    You are most welcome here 🙂

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