Okay
  Public Ticket #1962327
Editing within Nectar slider
Closed

Comments

  • Ondrej started the conversation

    Hello,

    I would like to have centered text with highlighted background within Nectar slider. How do I achieve this? The url is https://beydes.io/

    Either I have the whole div white, when using background-color property, or it is left aligned. I am a bit lost.

    Thanks for your support!


  •  8,996
    Tahir replied

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

    .swiper-slide[data-x-pos="left"] .content {
        text-align: center !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Ondrej replied

    Thanks a lot, works perfectly!