Okay
  Public Ticket #1078981
Version 8 bug
Closed

Comments

  •  2
    Tom started the conversation

    An issue has cropped up since the theme upgrade to version 8. On the Nectar Slider, in the slides screen, you can enter a Heading and Caption for each slide and then select the 'Slide Font Color' from a drop down box which gives you two options: Light or Dark.

    Since the upgrade to version 8, the 'Light' option only changes the Caption text to a white color, the Heading text remains a dark grey (#444444).

    Please can this be corrected? An even better idea would be to add two additional fields to that screen and allow the specification of custom Hex Color Codes.

    Thanks.

  •  8,999
    Tahir replied

    Hey Again,

    This css seems to be causing an issue : 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .swiper-slide .content h2 {
        color: #fff !important;
    }

    Thanks




    ThemeNectar Support Team 

  •  2
    Tom replied

    Hi, 

    That worked for the slides which are set to 'Light' but also appears to have changed the Heading text colour for the slides set to 'Dark' also.

    See first website slide - heading is now not visible against white background.

    Thanks

  •  8,999
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .swiper-slide[data-color-scheme="dark"] .content h2, .swiper-slide[data-color-scheme="dark"] .content p, .swiper-slide[data-color-scheme="dark"] .content .button.transparent a, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a {
        color: #111 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Tom replied

    Perfect.

    Thank you.