Okay
  Public Ticket #393590
Recent Projects background colour
Closed

Comments

  • Simon started the conversation

    Hi, I'm having difficulty changing the background colour of the portfolio header on our home page. I've tried editing the row and the 'recent projects' section but none change it from the blue colour to a green.

    Thanks, Simon.

  •  8,849
    Tahir replied

    Hey,

    The color is added via custom css.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .carousel-wrap[data-full-width="true"] .carousel-heading {
      background: #70AE3F !important;
    }

    Thanks



    ThemeNectar Support Team