Okay
  Public Ticket #2474729
Unbold text llinks
Closed

Comments

  •  54
    Coastdesign started the conversation

    Hi Tahir

    Is there a way to turn off the auto bold of text links?

    Cheers

  •  8,992
    Tahir replied

    Hey Again,

    The Custom Font is making it bold.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    p a, {
        font-family: 'rm-neue-light' !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  54
    Coastdesign replied

    The comma in that code was causing an issue. 

    Deleted it and now it works.

    Thanks!