Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93604
    champac
    Participant

    Hi.
    I want to know the css code that i have to use to hide the rectangle shadow and the title of the the picture show in the home page slider. I want to see only the picture.

    Thank you.
    Christian.

    #93617
    Mahesh
    Keymaster

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

    #feature-slider .entry-container {
        display: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide title and shadow in slider’ is closed to new replies.