Okay
  Public Ticket #2218585
nectar slider caption
Closed

Comments

  •  1
    Gilda started the conversation

    how can I change the font and color of the nectar slider caption on this page?

    Thanks

  •  8,992
    Tahir replied

    Hey Again,

    Could you provide the page url of the page you are referring to ?.  Also you can change the fonts in the Salient Theme Options Panel- >Typography Section .

    Best 


    ThemeNectar Support Team 

  •  1
  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .page-id-4879 .full-width-section>.col.span_12.dark .swiper-slide[data-color-scheme=light] .content h2 {
        color: #00a2e8 !important;
        font-family: 'Open Sans';
        font-weight: 400;
    }
    .page-id-4879 .full-width-section>.col.span_12.dark .swiper-slide[data-color-scheme=light] .content p {
        color: #00a2e8 !important;
        font-family: 'Open Sans';
        font-weight: 400;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Gilda replied

    Thanks!!  that worked