• Hi, love your plugin.

    Though I would like to know if it’s possible to change the hover colors of the box’s.

    Specifically i ant to change tags and category box’s hover-colors a white background but when hovering over them it should change to the same color as the header-menu (#00a3ac).

    Is it possible to change it with custom CSS styles?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tema

    (@madeinua)

    Hello,
    if you want to change all list items to the same background, then yes, it’s possible with the custom CSS.

    Thread Starter kilmandjaro

    (@kilmandjaro)

    Hey again,

    Sorry for my last message. It is a bit messy to read.

    What i ment to say is that;

    I want to change the a:hover color of all tags and category box’s. So when you mouseover one of the tag/category box’s the background color changes. For example, I want the background on the boxed categories and tags to change from #00a3ac to #ffffff on mouseover.

    I am not an expert css coder but I do have a little experience.

    I’ve tried to locate the specific class by using google chrome and Safaris inspect element tool but i cant find find the right class.
    I have tried several different class’ but i can’t get it to work.

    In the code underneath, it is only color:#00000; that works on mouseover. Background-color:#00a3ac; does not change the background on mouseover.

    .colorful-categories a:hover {
    background-color:#00a3ac;
    color:#000000;
    }

    Plugin Author Tema

    (@madeinua)

    Hi kilmandjaro,
    have you tried this?

    .colorful-categories a:hover {
    background-color:#00a3ac !important;
    color:#000000;
    }
    • This reply was modified 4 years, 5 months ago by Tema.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing hover colors’ is closed to new replies.