Viewing 7 replies - 1 through 7 (of 7 total)
  • I would like to know this as well. I entered about 20 logos and it does not look good with the bullets there. How do we remove the bullets?

    Put these lines in “Child Theme” editor or in Custom Style options of your theme :

    .jcarousel-pagination {
    display: none !important;
    }
    
    a.jcarousel-control-prev, a.jcarousel-control-next, a.jcarousel-control-prev:hover, a.jcarousel-control-next:hover {
    display: none;
    }

    Have a good day

    Thanks Subhashsrs,

    I did as you described – however it only removes the navigation controls, it doesnt remove the bullets. Is there a simple way to remove these?

    Thanks in Advance!

    Not working fo rme

    I just need a custome css to remove the prev and next from it

    Thanks

    I also need to remove the bullets:-)
    tks!

    Put these lines in “Child Theme” editor or in Custom Style options of your theme :

    .jcarousel-pagination {
    display: none;
    }

    have a good day!

    ryal

    (@ryal)

    where do i find the child theme as I am using the Alyeska by theme boulevarde and wish to remove the bullets as well but cant find the correct file to edit

    if some one could point me in the right direction

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove Navigation arrows and "bullets"’ is closed to new replies.