Okay
  Public Ticket #2341410
Background carousel
Closed

Comments

  • Marco started the conversation

    Hi, how can i change the background and font color in this carousel? Thank you!

  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Marco replied

    Sure, thank you

    www.phantomstudio.it

    It's in the homepage

  •  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):

    .nectar_team_member_overlay {
        background-color: #3f59ff !important;
    }
    .nectar_team_member_overlay .team_member_details * {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team