Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #102163
    Tingsted
    Participant

    Everest Pro

    Can I change the colour background for the slider (if the image does not cover all the slider).

    Can I change the size of the slider? (i.e. height)

    Thanks!

    #102188
    Mahesh
    Participant

    @tingstedkirke: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .featured-slider .slides {
        background-color: #000fff;
    }
    
    .featured-slider .slides img {
        height: 350px;
    }

    Note: Change the color and height as desired.

    Regards,
    Mahesh

    #102263
    mindfulsami
    Participant

    hi, does the above code work for the featured content background also?

    thank you

    #102294
    Mahesh
    Participant

    @mindfulsami: Featured content background size? Please clarify more. Please post in your site url too.

    Regards,
    Mahesh

    #102352
    mindfulsami
    Participant

    im sorry i meant to say Featured Content Background Color! Not size. Its grey, and I would like it to be black.

    my site is http://www.BeMindfulYoureCreative.com

    #102355
    Mahesh
    Participant

    @mindfulsami: Add the following CSS in the Custom CSS box:

    #featured-content {
        background-color: #000;
    }

    Regards,
    Mahesh

    #102413
    mindfulsami
    Participant

    Thank you! This looks amazing but the text is difficult to see now. I’m trying to find the colors for this area in customize but am not finding it.
    Can you direct me to where please?
    I’m sorry but thanks so much for your help!

    #102513
    Pratik
    Participant

    Hi @mindfulsami,

    Check Appearance=> Customize=> Color Options=> Featured Content Color. It should have options you need.

    Regards,
    Pratik

    #102514
    Pratik
    Participant

    Hi @mindfulsami,

    On second viewing, its seems you are using free version of the theme. That option is only available in pro version. If you want those color options, please upgrade to pro version.

    Regards,
    Pratik

    #102983
    Tingsted
    Participant

    Hi Mahesh! The code Works! Thanks…

    #103024
    Mahesh
    Participant

    @tingstedkirke: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Featured Slider – background and size’ is closed to new replies.