• Resolved Twan van Zandvoort

    (@vanzandvoortit)


    I was not able to find where I can change the hover color of the LINK and ZOOM icon in my gallery. It is now red, but want to change that.
    Also I want it to be visible before hover, so the icons are better shown.
    Thanks for your help,
    Twan

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • @vanzandvoortit I’m checking your website and I’m pretty sure the following is the reason of the issue you’re experiencing.

    I guess you have invalid css styles added in your gallery settings section with this short-code: [gkit id=2]

    This is the css you have and this corrupts the entire css styles which should be interpreted:

    
    H1{font-family:Verdana;word-wrap:normal]
    H2{font-family:Verdana;word-wrap:normal}H3{font-family:Verdana;word-wrap:normal}P{font-family:Verdana;word-wrap:normal}
    

    Please either remove it from the settings section or fix it, e.g.

    
    H1{font-family: Verdana; word-wrap:normal;}
    H2{font-family: Verdana; word-wrap:normal;} 
    H3{font-family: Verdana;word-wrap:normal;}
    P{font-family: Verdana;word-wrap:normal;}
    

    All the changes you apply on the gallery settings you’ve posted will be affected now.

    In case you still face any difficulties, please let us know.

    Thread Starter Twan van Zandvoort

    (@vanzandvoortit)

    OUTSTANDING!! This was it. Thanks for the very quick and very complete response. Have a good weekend!

    Thread Starter Twan van Zandvoort

    (@vanzandvoortit)

    Then another question regarding this page: the word wrap. I’ve entered these values now in de CSS Styles:
    H1{font-family: Verdana; word-wrap:break-word;}
    H2{font-family: Verdana; word-wrap:break-word;}
    H3{font-family: Verdana;word-wrap:break-word;}
    P{font-family: Verdana;word-wrap:break-word;}

    Word-wrap does not work. Words are cut in half, not correct.
    Is there a hint?

    @vanzandvoortit, this is another question/issue and it’s not related to this topic “hover color icons“. This thread is marked as resolved!

    Please open a new topic for this if you’re looking for a help regarding this matter!

    Thread Starter Twan van Zandvoort

    (@vanzandvoortit)

    Rookie mistake, thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gridkit Gallery hover color icons’ is closed to new replies.