• Resolved Aegonian

    (@aegonian)


    I’m having trouble changing the hover-over colour of the portfolio thumbnail titles. I’ve completely overhauled the colours of the Illustratr theme for my website, changing it from white to black, but I can’t find where the hover-over colour for portfolio thumbnail titles is defined…

    My website is jantimmers.com, and the titles I’m asking about are the small titles underneath the portfolio thumbnails (BELOW THE SAND, for example). When the mouse hovers over this title, it changes to the default reddish colour, which is what I’m trying to change. I’ve searched all over the parent theme’s style.css, but I can’t seem to find where this hover-over colour is defined… Does anyone know where to find this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, I’m seeing white now on the post titles on hover in your main page and I’m seeing the following CSS that changed them to white.

    .site-main .entry-title a:hover, .site-main .entry-title a:focus, .site-main .entry-title a:active {
        color: white;
    }

    I assume this is taken care of, but if not, please let us know.

    Thread Starter Aegonian

    (@aegonian)

    I went over my code with a friend some days ago and finally found the piece of code I needed to change – it’s all working as intended now! I’ll mark the topic resolved.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Glad to hear it, and if you have any other questions, please let us know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the hover-over colour of portfolio item titles’ is closed to new replies.