Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1403046

    Dear Kriesi-Team,

    How can I hide gallery pagination on specific pages.

    I used this css code but it doesn’t work:
    .page-id-580 .pagination span {
    display: none;
    }

    What am I doing wrong?

    Thank you
    Jasna

    #1403055

    Hey Jables,
    Please include a link to your page so we can check.

    Best regards,
    Mike

    #1403658

    The website is not online yet.
    I will send you login.

    #1403692

    Hi,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    #top.postid-577 .av-masonry-pagination {
      display: none;
    }
    

    Regards,
    Yigit

    #1404413

    Awesome, it worked. Thank you so much!

    #1404425

    Hi,
    Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide pagination on specific pages’ is closed to new replies.