Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1294807
    Christyleigh
    Participant

    I have tried customizing the pagination on Renew using code snippets I found here, but they don’t seem to be working. Is there a more specific code I can put in Customization?

    #1294873
    Jade
    Moderator

    Hi there,

    Would you mind specifying what you want to do so that we could help you out?

    Thank you.

    #1295638
    Christyleigh
    Participant

    I have attached a file – #1 is what they look like now, but #2 is what i would like them to look like.

    #1295650
    Joao
    Moderator

    Hi There,

    Please provide the URL and the second screenshot.

    Thanks

    Joao

    #1295716
    Christyleigh
    Participant

    Hi Joao! The screenshot I sent is actually two in one. On the left side is the current pagination, and the right side is a photoshopped example of how I would like to style it.

    Here is the URL: useliteblog.us-elitegear.com

    #1295967
    Jade
    Moderator

    Hi there,

    Please try this code in the custom CSS:

    .x-pagination ul {
        background-color: transparent;
        border: 1px solid #000;
        padding: 10px;
    }
    
    .x-pagination a, .x-pagination span.current {
        border: 1px solid #000;
    }

    Hope this helps.

    #1295986
    Christyleigh
    Participant

    thanks so much. you guys are so helpful 🙂

    #1295997
    Joao
    Moderator

    Glad to hear we managed to help,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1294807 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>