Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #943167

    Hi I am looking for a way to change the hover color of the caption in the gallery pages.

    I found this in one of the old posts here on the site, but it does not work.

    .av-masonry-entry .av-masonry-entry-title:hover {
    color: red !important;

    }

    #943217

    Hey webdesignphx,

    On the gallery pages I’m not seeing any captions on hover.

    Best regards,
    Jordan Shannon

    #943319

    http://quickest-lightning.flywheelsites.com/piano-shells-many-size-options/
    If you hover over for example the text “5-7′ Baby Grand Shells” (the text under the image) I would like the text to turn red. Sorry this might not be called caption… but I hope you understand.
    Thanks Martina

    #943581

    Hi,

    Thanks for the clarification. Please try this instead:

    .av-inner-masonry-content-pos-content h3:hover {
      color:red !important;
    }

    Best regards,
    Rikard

    #944624

    Hi Rikard
    Its not doing anything either 😕
    Hope you have some more ideas.
    thanks
    Tina

    #944655

    Hi,

    Did you make sure to add Rikard’s code to the very top of quick css so that it runs first?

    Best regards,
    Jordan Shannon

    #944709

    Aaaaahhhh!!! Yes!!! 😀 thank you that did the trick! You guys are great!

    #944712

    Hi,

    Great! I’m happy you were able to be helped. If you need anything else, please let us know here i the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to edit hover text color in galery caption?’ is closed to new replies.