Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #264973

    Hi There!

    I would like to have the links and hover in my sidebar widgets be the same colors as in the mainpage. See the “Academic Tutoring” an “Institute of Coaching” widgets in the sidebar at http://talentdev.valiantlane.com/services. What code would I insert into the Quick CSS?

    Stil love the theme and receive many compliments. Thanks for designing and supporting such a great theme!

    Valerie

    #264984

    hope thats what you’re looking for:

    .sidebar a, .sidebar a > strong {
         color: #333333 ! important;
    }
    
    .sidebar a:hover, .sidebar a>strong:hover {
         color: #2997AB ! important;
    }
    #264992

    Yes, thank you very much! And for such a quick response. Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold: Sidebar Widget Link Color’ is closed to new replies.