Okay
  Public Ticket #3641683
Change footer links color only
Closed

Comments

  • erodo started the conversation

    Hi there,

    I'd like to change footer link color only, as the general link color coincides with footer background color, so unable to read the link if that makes sense

    Please could you advice any CSS code (and where shoudl I add it) or something I can do to be able to do that?

    Thanks in advance!
    V

  •  1,558
    Laborator replied

    Hi there,

    Add the following CSS to Custom CSS to make the footer link colors match the text color:

    .site-footer a, 
    .site-footer a:hover {
        color: #555;
    }
    

    To add custom CSS please follow this guide in our documentation.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group