• Resolved df

    (@peiiep)


    Hi,

    Please see my page https://hdwservices.com/

    For the 3 sliders, how can I make the grey background that on top of each slide smaller? Right now the grey background is too big for the text I have.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • salsaturation

    (@salsaturation)

    I have just had a look and you need to adjust a few things

    try this in you custom css

    .orbit-wrapper .orbit-caption {
    height: 67px;
    }
    
    div.slider-nav span {
    height: 59px;
    }
    
    div.slider-nav span.left, div.slider-nav span.left:hover  {
    top: 334px;
    background-position: 50%;
    }
    
    div.slider-nav span.right, div.slider-nav span.right:hover {
    top: 274px;
    background-position: 50%;
    }
    Thread Starter df

    (@peiiep)

    Works perfect!

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘slide text background’ is closed to new replies.