• Resolved ben070123

    (@ben070123)


    Hey there,

    I’m trying to change the hover over colour of individual job listings as I primarily use the white font on my site.

    I’ve tried adding parts of CSS into Additional CSS but struggling to find the correct settings.

    Any pointers would be greatly appreciated

    Image here: https://i.imgur.com/58xUvfO.gif

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Hi @ben070123 !

    I’m not sure if that hover color is (also) affected by your theme or not, but the CSS style you are looking for is ul.job_listings li.job_listing a:hover so adding something like this to Additional CSS should work:

    ul.job_listings li.job_listing a:hover {
    	background-color: red;
    }

    Hope that helps!

    Plugin Support Jay

    (@bluejay77)

    Hi there,

    It has been more than one week since we have heard from you, so I’m marking this topic as resolved.

    But if you have any further questions or need some more help, you’re welcome to reply here or open another thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change hover over colour?’ is closed to new replies.