@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.
OUTSTANDING!! This was it. Thanks for the very quick and very complete response. Have a good weekend!
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!