Comments Gustavo started the conversationJanuary 11, 2019 at 6:41pmHow to change fancybox default font and hover colorI'm using this style:Fancy Box Settings > Style > Color Box Hover> Effect.Only with custom CSS?Could you send me a style? 75Scott repliedJanuary 11, 2019 at 8:05pmHey there,Thanks for reaching in,Please send a link to your website so we can help out with this.RegardsThemenectar Support TeamGustavo repliedJanuary 14, 2019 at 11:44amSorry for my english,sometimes I use Google Translator.Follow the link:http://www.mobywork.com.br/site/brand/for you to locate faster I put the color red on backgroundOnly in this section I would like change the text color before the hover:from:#444444rgb(68, 68, 68) to:#607f8frgb(96, 127, 143) 3,030Andrew repliedJanuary 14, 2019 at 7:48pmHi Gustavo, You can use the following custom css to change the font color. .nectar-fancy-box[data-style="color_box_hover"] .inner-wrap *, .nectar-fancy-box[data-style="color_box_hover"] .inner-wrap { color: #607f8f !important; } Regards1 Like Sign in to reply ...
How to change fancybox default font and hover color
I'm using this style:
Fancy Box Settings > Style > Color Box Hover> Effect.
Only with custom CSS?
Could you send me a style?
Hey there,
Thanks for reaching in,
Please send a link to your website so we can help out with this.
Regards
Themenectar Support Team
Sorry for my english,
sometimes I use Google Translator.
Follow the link:
http://www.mobywork.com.br/site/brand/
for you to locate faster I put the color red on background
Only in this section I would like change the text color before the hover:
from:
#444444
rgb(68, 68, 68)
to:
#607f8f
rgb(96, 127, 143)
Hi Gustavo,
You can use the following custom css to change the font color.
Regards