Support » Theme: Expound » Change color of search result title

  • Hi,

    I’m using this great theme for a project I’m working on.
    I installed a plugin for a detailed search. It tried to change the color of the titles on the page showing the search results.
    First, the following CSS code worked for me:

    .site-content .entry-title a {
      color: #76ab01;
    }
    .site-content .entry-title a:hover {
      color: #056a00;
    }

    But for some reason the headlines of the results still have a light blue hover color: https://dl.dropboxusercontent.com/u/46738103/Screenshot%202014-01-09%2016.12.27.png

    I tried to change some parts of the code but nothing works.
    I’m using a child theme.

    Thanks for the help 🙂

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Change color of search result title’ is closed to new replies.