Okay
  Public Ticket #1851078
Fancy Box Color
Closed

Comments

  • Gustavo started the conversation

    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?

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please send a link to your website so we can help out with this.

    Regards

    Themenectar Support Team

  • Gustavo replied

    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)




  •  3,030
    Andrew replied

    Hi 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;
    }
    

    Regards