Home Forums Pro Themes Education Hub Pro Slider Caption Issues

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7744
    CherylR
    Participant

    Is there a way to change the position of the caption box on the slider?

    Additionally, I’d like to remove the yellow color of it, but don’t see a way how.

    #7796
    wensolutions
    Keymaster

    Yes, the caption box can be position through custom CSS. If you can provide hints then we can give you the solution on it.

    Next, to remove the yellow color on caption border, copy-paste the following snippet.

    #main-slider .cycle-caption{
    
    border-right: none;
    
    }

    Hope this helps

    #7913
    CherylR
    Participant

    I’d like to place the cation box to the bottom left on the slider.

    Thank you.

    #7914
    wensolutions
    Keymaster

    Hi, you can paste the following code.

    #main-slider .cycle-caption{
    
    top: 70%;
    
    }

    Hope this helps.

    #7915
    CherylR
    Participant

    That helped! Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.