Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #54877
    ceedj
    Member

    Hi!

    I want to remove the black rectangular shape that contains the title for the presented slide and the dots for next slides. Is that possible?

    /Christian

    #54884
    Sakin
    Keymaster

    @ceedj: So if you want to remove whole black box with title, content and dots, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #feature-slider .entry-container, #feature-slider .cycle-pager {
        display: none;
    }
    #54903
    ceedj
    Member

    Thanks! It works!

    #55008
    rickm813
    Participant

    I am trying to remove just the dots.

    #55074
    Sakin
    Keymaster

    @rickm813 Ok then just add the following css:

    #feature-slider .cycle-pager {
        display: none;
    }
    #55107
    rickm813
    Participant

    The dots are still there.
    http://www.gracefallsac.org/

    I tried adding the code in the theme CSS and also in the JetPack CSS.
    If there was some margin between the dots and the words I would let the dots stay.

    #55108
    rickm813
    Participant

    OOps! It did work. The dots are gone.

    #55160
    Sakin
    Keymaster

    @rickm813: Nice. Thanks 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove black rectangular shape on slider’ is closed to new replies.