• Resolved Digital Splendid

    (@rajeevbagra2025)


    Using Navigation Pro by StudioPress. Not sure why any attached link with post is showing red dotted.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Not sure why any attached link with post is showing red dotted.

    That’s coming from this in the theme’s CSS:

    a {
    border-bottom: 1px dotted currentColor
    }

    So that’s exactly how the theme’s designer designed it to look ??

    If you don’t want the line at all, add this CSS in APPEARANCE => CUSTOMIZER => ADDITIONAL CSS to override it:

    a {
    border-bottom: none;
    }

    If you need any further help, please contact the “Navigation Pro” theme’s developers (StudioPress) — the vendor you purchased this commercial theme from — for help, as commercial products are not supported here.

    Good luck!

    Thread Starter Digital Splendid

    (@rajeevbagra2025)

    The way underline appears (like to show grammatical errors in text files), for the time being, it got over my head that this refers to attached links and not accidental.

    The red dotted underline under the links on the sidebar can be changed to a simple red underline by add the below CSS properties in Your WordPress site under Appearance>>>Customizer>>>Additional CSS

    a {
    	border-bottom: 1px Solid currentColor;	
    }

    Hope it solves the problem.
    GoodLuck!

    Thread Starter Digital Splendid

    (@rajeevbagra2025)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Red dotted line with attached links’ is closed to new replies.