Line

Home Forums Gillion Theme Line

Home Forums Gillion Theme Line

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • dennisth19
    Participant

    Hi,

     

    for whatever reason i get this red lines and don’t know how to get rid of it?

     

    Hi @dennisth19,

     

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

     

    Could you please share the page URL from your site where it is displaying so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

    dennisth19
    Participant

    Of cause:

    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

     

    .primary-desktop .sh-nav>li.menu-item ul a:after {
        display: none !important;
    }

    dennisth19
    Participant

    Thanks, but now there is a space between the image and the text:

    Please change the above CSS code as following to remove that space.

     

    .primary-desktop .sh-nav>li.menu-item ul a.post-overlay,
    .primary-desktop .sh-nav>li.menu-item ul a:after {
        display: none !important;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)