• Resolved aharmer

    (@aharmer)


    My “Our Focus” section has 6 elements so it continues over two rows. On the second row, when you hover over the name, it does not highlight the text as in the top row. I figure this is a bug but I would actually prefer not to highlight the text when hovering in the top row as well. I can’t seem to find the code for this anywhere in my site files.

    You may also notice that the highlight colour for the circle and text do not match on the first two focus items.

    Site:

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter aharmer

    (@aharmer)

    Link to my site (the link insert did not work): http://ecologyatalbany.com

    Hi,

    Add the following CSS and it will remove it from every widget:

    .focus-box:nth-child(1) .red-border-bottom:hover,
    .focus-box:nth-child(2) .red-border-bottom:hover,
    .focus-box:nth-child(3) .red-border-bottom:hover,
    .focus-box:nth-child(4) .red-border-bottom:hover {
        background: none !important;
    }

    🙂

    Regards,
    Hardeep

    Thread Starter aharmer

    (@aharmer)

    Thanks Hardeep, worked perfectly.

    Out of curiosity, do you know in what file that would be coded, e.g. is it part of bootstrap? I did a search on my entire wordpress folder and the only .focus-box reference is in the functions.php file.

    Cheers,
    Aaron.

    Hi,

    It’s in the style.css file: https://themes.svn.ww.wp.xz.cn/zerif-lite/1.6.0/style.css

    I’m glad it did the job. Please consider leaving a review if you like the theme. 🙂

    Regards,
    Hardeep

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘'Our Focus' colour highlights’ is closed to new replies.