Okay
  Public Ticket #579678
change side bar bold text without affecting the content
Closed

Comments

  • xing started the conversation

    Hi Nectar,

    How do i change the side bar bold text color and font without affecting the content area?

    Thanks.

    I have been trying things myself but no luck so far.

    Paris

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #sidebar #sidebar-inner strong {
        color: #ff0 !important;
    }

    Best.



    ThemeNectar Support Team