Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2066766
Text hover colour
Closed

Comments

  • dmirza_ started the conversation

    I have used custom CSS to change the hover colour of text on the site - however I would like to use a different colour for the copyright bar (see attachment). Please advise.

    I currently have the following:

    a:hover {
        color: #ba7bd1 !important;
    }

    But would like to change hover colour for *just* the copyright bar. 

  •  501
    Penci replied

    Hi,

    You  can try with custom css

    .sub-footer-menu li a:hover {
        color: #ffffff !important;
    }

    Best Regards,

    PenciDesign


  • dmirza_ replied

    Solved - thanks!