Okay
  Public Ticket #2140703
Change link color of one specific link
Closed

Comments

  • KaigeProductions started the conversation

    Hi again support,

    I would like to change a link color of one specific text field. The link color is set to blue, which is good in most cases, but in this part i have a blue background. Can this textfield have an independent linkcolor? I would like to have it white.
    i have added an class name to the textfield: linkcolor

    Thanks in advance!

    https://mmi.kaige.nl/

  •  8,993
    Tahir replied

    Hey Again,

    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):

    .linkcolor a {
        color: #fff !important;
    }
    .linkcolor a:hover {
        color: #f49810 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • KaigeProductions replied

    Excellent! Thanks