• Resolved Wohoo123

    (@wohoo123)


    I would like to change the color of the navigator elements: arrow left, arrow right and close lightbox to black with white text.

    Changed the text with css:
    html body .modula-fancybox-container .modula-fancybox-button, html body .modula-fancybox-container .modula-fancybox-button:link, html body .modula-fancybox-container .modula-fancybox-button:visited {
    color: #ffffff !important;
    }

    Thanks for your help. I’m using Modula Starter

Viewing 1 replies (of 1 total)
  • Hi @wohoo123,

    Thanks for reaching out!
    Please add this code in Appearance > Customize > Additional CSS:

    html body .modula-fancybox-container .modula-fancybox-button {
    	background-color: black;
    	color: white !important;
    }

    Warmly,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of navigation keys’ is closed to new replies.