Home Forums Free Themes Yummy Slider black transparent box

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67709
    jkreukniet
    Participant

    on my website http://www.corinescuisine.nl i have enable the slider.
    now the tranparent black box you see is to BIG.
    how can i adjust it to a smaller box?
    please advice

    #67723
    wensolutions
    Keymaster

    Hello @jkreukniet,

    Thank you for using the theme.

    Now to reduce the size of the black box on the slider use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .main-slider-contents {
        max-width: 515px;
        padding: 20px 15px;    
    }

    Hope this helps.

    Best Regards!!

    #67729
    jkreukniet
    Participant

    thx
    it works
    and how can i change the font size?

    #67766
    wensolutions
    Keymaster

    Hello @jkreukniet,

    To change the font size of the text in the slider paste below given CSS in Additional CSS.

    .main-slider-contents h2 {
        font-size: 42px;
    }

    Here you can change the px as per your requirement.

    Hope this helps.

    Best Regards!!

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