Okay
  Public Ticket #2917801
Video Lighbox
Closed

Comments

  •  8
    byggis started the conversation

    How to change the colors of the "make bigger" and "close" window see attached image. We would prefe to have them in the Accent color.

  •  8,840
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .fancybox-button {
        background: #fb322b !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  8
    byggis replied

    Thank you! Perfect as allways Tahir!