Okay
  Public Ticket #3218555
Slider font color
Closed

Comments

  •  5
    Krystian started the conversation

    Hello 

    Can you please tell me how I can adjust font color in nectar slider? Currently is dark and light, but I would like to brown instead black as a dark.

     And navigation should stay white.

    Attached files:  slider.png

  •  8,402
    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):

    .full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2, .full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2, .full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h1, .full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h1, .full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h3, .full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h3 {
        color: #bd9b60 !important;
    }
    .swiper-slide[data-color-scheme="dark"] .content h1, .swiper-slide[data-color-scheme="dark"] .content h2, .swiper-slide[data-color-scheme="dark"] .content h3, .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: #8e7c71 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    Krystian replied

    Thank you!

  • Cheryl replied

    Hello Tahir, I tried to use the CSS code written below to change my dark and light font colour settings but it didn't work. 


    To clarify, this code should be inserted into Salient > General Settings > CSS/Script Related > Custom CSS Code ? 


    Thanks!

  •  8,402
    Tahir replied

    Hey Again,

    Yes, the code should be inserted into Salient > General Settings > CSS/Script Related > Custom CSS Code.

    Could you allow us to log in to your website's backend dashboard so we can check on this for you more? We are gonna need the username and password of the admin user as well as the login URL.

    Thanks.


    ThemeNectar Support Team 

  • Cheryl replied

    Yes, I can definitely do that. How do I send you the details privately?

  •  8,402
    Tahir replied

    Hey Again,

    you can add the credentials and make the ticket private 

    4161359461.png


    Thanks.


    ThemeNectar Support Team