Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    You can just add a new css rule to your theme, e.g.:

    li.job_listing a:hover, li.job_listing a:focus {
    	background-color: #ccc;
    }
    Thread Starter cascadewoman

    (@cascadewoman)

    Hi – Thanks
    Added a really bad color for testing

    li.job_listing a:hover, li.job_listing a:focus {
    background-color: #bfc0bf;
    }

    and still not working for me. Still defaulting to light grey. Added to my child css. Any advice on what to check?

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    You may need more direct rules, but the easy solution would just be to add an important:

    background-color: #bfc0bf !important;

    See how that goes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Job Listing Hover Color’ is closed to new replies.