Okay
  Public Ticket #2262550
Text color on a carousel
Closed

Comments

  • hawkweasel started the conversation

    My client is complaining that when the cursor highlights a box on the carousel at the bottom of the page, he finds it too difficult to read the text. Is there any way I could keep the text black when the carousel item is selected? Or any other suggestions that may help? I already turned the text to bold.

    Thanks!

  •  3,023
    Andrew replied

    Hi there,

    To make the adjustment, 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="color_box_hover"]:hover .inner-wrap *{
    color: #000!important;
    }

    Kind regards,