• In “items style” default, the title of an item becomes blue in hover state. How can I change that to another color? I already tried:

    .vp-portfolio__item-meta-title:hover {
        color: #999;
    }

    but that didn’t do the trick.

Viewing 1 replies (of 1 total)
  • Plugin Author Nikita

    (@nko)

    Hi.

    Try this selector .vp-portfolio__items-style-default .vp-portfolio__item-meta-title a:hover.

    Regards, nK.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Color of Hover Title’ is closed to new replies.