• so ive just opened my website with the alizee theme, which i find the most fit for as i imagine my website, altho there is few options i am not interested in,

    one of them is a yellow color which appears when you hover the mouse on top of the posts, as well as some ‘link’ icon,

    here is a screen shot example of it, i took it from alizee theme demo site:

    https://ibb.co/hXgNjsW

    i wonder if it is possible to remove this little option.

    • This topic was modified 5 years, 2 months ago by votps.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    .entry-thumb:hover img {
        opacity: 1;
    }
    
    .entry-thumb a:hover > .thumb-icon {
        opacity: 0;
    }

    Kind Regards, Roman.

    Thread Starter votps

    (@votps)

    worked 100%.
    exactly the thing i needed.

    thank you very much i i wish you the best roman.

    Great, you are welcome!

    And thank you as well ??

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘yellow cover on top of the posts.’ is closed to new replies.