Okay
  Public Ticket #2288299
remove page numbers on portfolio description
Closed

Comments

  •  2
    warnerscamp started the conversation

    I would like to remove the page numbers that appear in the portfolio slider, they overlap with the description. See attached image. 

  •  3,022
    Andrew replied

    Hi there,

    You can try and add this CSS to the specific page through the page builder:

    .mfp-counter{
        display:none;
    }
    

    see attached screenshot.

    Cheers. 

  •  2
    warnerscamp replied

    that worked, thank you!