Okay
  Public Ticket #156587
Bold and italics font tags not working
Closed

Comments

  • Cam started the conversation
    Hey there, I can seem to make bold tags work on particular headings, key words, etc. I usually just use: Any ideas? Thanks!
  •  1,043
    ThemeNectar replied

    Hey Cam,

    Add this into your Custom CSS box located in your Salient Options panel:

    body i {
       font-style: italic!important;
    }
    .bold, strong, b {
        font-family: 'openSansBold'!important;
    }

    Cheers

  • Cam replied

    Awesome, thank you!  

    Is there CSS code that can be used to ensure links are underlined when displaying in Salient? 

     

    PS thank you so much, your support service is fantastic!

  •  1,043
    ThemeNectar replied

    Hey again!

    .main-content a {
      text-decoration: underline!important; 
    }

    Cheers :)