Okay
  Public Ticket #2434240
CHANGE TEXT COLOR
Closed

Comments

  • MiLenhart started the conversation

    Hey,

    can anybody tell me how i can these Text Colors?

    The button is created at a Nectar Slider. 

    The Text is a Heading at a Nectar Slider. 

  •  8,884
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •   MiLenhart replied privately
  •  8,884
    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):

    .swiper-slide .button.solid_color .extra-color-1 {
        color: #ff1053 !important;
    }
    .swiper-slide .content h6 {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  • MiLenhart replied

    thank you!