• Resolved LightSquare

    (@lightsquare)


    I get this color 1A1E47 sneaking in my hover state of links and I am not smart enough to fix it.
    Looked in style css, custom css … nothing !
    I am using Mozila FF Dev Tools to troubleshoot.
    I am not a complete newbie to html and css, but this escapes me and I did fix a lot of things by searching the support forum.

    My website ( work in progress )
    https://philuxphoto.ca/WP/blog/

    I have about 100 lines of custom css, I swear there’s no 1A1E47 in there. I thought of possible transparency color shift.

    Example of problem “Bronze Statues” blog post link.

    There are some other problems that I want to fix, but one at a time.
    Not complaining about Hueman, I think it awesome, thank you for your help and I am amazed the theme is free.

    Did anybody put together a guide for the css styles for Hueman?

    Thanks !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter LightSquare

    (@lightsquare)

    I am slowly fixing this stuff.
    I guess I was too tired last night to think straight. Fixed it today in 30′. A few !important qualifiers here and there make the difference.
    Still working on it, will post when I get it all sorted out.
    Meanwhile, self pat on the back.

    Thread Starter LightSquare

    (@lightsquare)

    These are the lines that did it:

    .post-title a:hover { color: #fff!important; }
    .widget_calendar a { color: #99ccff!important; font-weight: 600; }
    .post-hover:hover .post-title a { color: #fff!important; }

    In a funny way, you all helped me.
    Looking though for more traditional ways of help in the future.

    Thanks !

    Here’s a short thread that discusses some of the color options in the theme and how they are related.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hueman – link hover color leak 1A1E47’ is closed to new replies.