Okay
  Public Ticket #2790507
Problem with "Recent Projects" within "Toggle Panels"
Closed

Comments

  •  8
    dan-kray started the conversation

    If "Recent Projects" are used within "Toggle Panels", the carousel controls have a wrong shape when a different colour is set.


  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body .carousel-heading .container .carousel-prev .fa:before {
        content: "\f0d9" !important;
        background: transparent !important;
    }
    body .carousel-heading .container .carousel-next .fa:before {
        content: "\f0da" !important;
        background: transparent !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  8
    dan-kray replied

    Thanks, problem solved.