Okay
  Public Ticket #311583
Nectar Slider transparent header
Closed

Comments

  •  1
    Joerg started the conversation

    Hello,

    I am using your code advice to get a semi transparent background on the header in nectar slider. But unfortunately the buttons and the captions are touching the header background. Where I can adjust the margin-top for the buttons and captions?

    Thanks
    Joerg

  •  1
    Joerg replied

    this was the code:

    .swiper-slide .content h2 {

    padding: 4px 0px;

    display: inline;

    position: relative;

    left: 10px;

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);

    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);

    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);

    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);

    -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);

    line-height: 45px;

    }

  •  8,427
    Tahir replied

    Hey!

    Simply adjust the line height in above css, change 45 to 120 . 

    Thanks 


    ThemeNectar Support Team 

  •  1
    Joerg replied

    OK - thank you so much :-)
    You have a great support at ThemeNectar!!!