• Resolved dfielden

    (@dfielden)


    Hello, I’ve been researching this and have found some suggestions for removing underlines from page titles in general, but none work for the mobile view. How do I remove underlines in page titles (not just home, but all pages) in mobile view? They do not appear in desktop view. Happens in all pages where the header is displayed. Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • cleancoded

    (@cleancoded)

    I’m not seeing any underlined titles on any pages:

    View post on imgur.com

    Joy

    (@joyously)

    You should ask in the theme’s support forum, but consider that underlines on mobile is a good thing to indicate links since there is no hover.

    Thread Starter dfielden

    (@dfielden)

    Thanks for the responses. The underlines are on the other menu pages (not home). I asked in the BoldGrid support forum and they said the lines we not theme related. These are the page titles, not links.

    Thread Starter dfielden

    (@dfielden)

    BoldGrid followed-up with the following. It turns out it was theme related. Worked like a charm!

    The Monument theme adds a border to the bottom of page and post titles by default when viewed on a mobile screen size and changing this behavior will require the use of custom CSS. I have also provided the CSS that you will need to add to remove the border from your page titles.

    .palette-primary .entry-title a {
    border-bottom: none;
    }

    Thread Starter dfielden

    (@dfielden)

    Resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I remove underlines in page titles in mobile view?’ is closed to new replies.