Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #130201
    skynet
    Participant

    Hello Great Catch Team! Please take a look at this screenshot: https://www.dropbox.com/s/5h9uq8ono7zjrye/grey%20line.jpg?dl=0
    How can i remove this grey line? This grey line is visible only on mobile not desktop, how to remove it? the line is visible only on excerpts and only on mobile.
    website: https://www.natureword.com/

    #130213
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 640px) {
        #nav-below {
          border:none;
        }
      }

    Let me know if this works out!

    Regards,
    Skandha

    #130225
    skynet
    Participant

    Skandha the CSS work Perfect as expected!
    Thank you so much for your valuable help. Have a great day!

    #130250
    Skandha
    Participant

    @skynet: Glad to know that the issue is resolved!!

    Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to Remove Grey Line From Mobile ?’ is closed to new replies.