This topic has 3 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #55441
     Gandam
    Participant

    Hi,
    Thank you for excellent support. However, I’m thinking to replace the pagination icon style to the numeric without circle, something similar to Kleo LINE style under tabs setting, is it easy to change? Again, I am not coding expert. Your early reply will be grateful. 🙂

    #55495
     sharmstr
    Moderator

    To remove the circle add this to your css

    COPY CODE
    
    .pagination>li>a, .pagination>li>span {
      border: 0px;
    }
    
    .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0px;
    }
    
    

    From there you can add any styling you want.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #55497
     Gandam
    Participant

    Hi,
    You guys are really great with support!! 🙂 To refer your reply, can I do paste that code into quick css or where exactly? I am still in learning curve, thanks.

    #55499
     sharmstr
    Moderator

    yes. or in your child theme’s style.css

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?