Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99983
    Pearl
    Participant

    I tried to adjust the image size as 976×450 like in the demo but the height reminds very narrow like it’s shown on my site now. I’m now using featured images sized 700×420 is there anyway to remove the grey borders on both sides that frame the slider?

    http://misstraveling.com/

    Thanks!

    #100049
    Mahesh
    Keymaster

    @misstraveling: Thank you for using Simple Catch Pro theme. The recommended size for slider is 976 x 313, however you may have image with diferent size too.
    To remove grey borders, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .featured-img {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    If you want to keep the border at the bottom, remove border-bottom: none; from the above CSS.

    Regards,
    Mahesh

    #100208
    Pearl
    Participant

    Thanks so much – that worked!

    #100248
    Mahesh
    Keymaster

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

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove slider border’ is closed to new replies.