Okay
  Public Ticket #2638811
Change Link Color Copyright
Closed

Comments

  • Lorenzo started the conversation

    Hi,

    i would to change the Link Color (<a href>) of my copyright section. I dont want white link.
    If you can share with me a css note.

    Thank You

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #footer-outer a:not(.nectar-button) {
        color: #ff0745 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Lorenzo replied

    Thank You  👍