Okay
  Public Ticket #2345078
Changing the text colour or making gradient stronger
Closed

Comments

  • Ed started the conversation

    Hey,


    Im thinking about putting photos as the background for these prices boxes. Is there any way I can change the font colour for just the text inside the box's? or to increase the gradient?


    Thanks

    Ed

  •  8,992
    Tahir replied

    Hey Again,

    Change the values as per your liking.

    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-fancy-box[data-style="default"] .inner *, .nectar-fancy-box[data-style="parallax_hover"] .inner * {
        color: #ffe500 !important;
    }
    .nectar-fancy-box .box-bg:after {
        background-color: rgba(84, 114, 210, 0.48) !important;
    }

    Thanks


    ThemeNectar Support Team