Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #120206
    bothkolbs
    Participant

    Trying to remove the home page slider next and previous arrows that appear on the left and right side of the home page slider.

    ALSO – on the home page, using the Events List widget, how do I remove the numbers that appear (i.e., 1., 2., etc.) on the left side of the widget?

    Thank you!

    #120208
    tikaram
    Keymaster

    @bothkolbs: Go to Appearance => Customize => Additional css and add the following css and save.

    .cycle-prev #prev, .cycle-next #next {
    	display: none;
    }
    .tribe-events-list-widget ol > li{
    	list-style-type: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #120334
    bothkolbs
    Participant

    Thank you Tikaram!! That did it!!!

    #120401
    tikaram
    Keymaster

    @bothkolbs: Welcome and have a Good day.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove home slider next/previous arrows’ is closed to new replies.