Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1158710
    anthony2483
    Participant

    I have a few minor changes I can’t figure out.

    1. The navigation arrow background from white to either transparent or to a specific color.
    2. The posts page pagination. I’d like to make it a bit larger as well as change the color of the text, squares, and hover.

    #1158898
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1158967
    anthony2483
    Participant
    This reply has been marked as private.
    #1159273
    anthony2483
    Participant

    Not to be inpatient but you guys are usually right on this stuff. Just want to make sure my reply was seen.

    Thanks

    #1159295
    Friech
    Moderator

    Hi There,

    Thanks, but don’t bump your own thread (unless you add new info) because it will be send back to queue. All questions are answered from oldest to newest.

    #1 You can add this under Custom > Global CSS in the Customizer.

    .x-nav-articles a:hover {background-color: red;}

    #2 Add this as well.

    .x-pagination a, .x-pagination span {
    	color: red;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .x-pagination span.current, .x-pagination a:hover {
    	background-color: blue;
    }

    Feel free to change those color value.

    Cheers!

    #1159426
    anthony2483
    Participant

    Got it

    Thanks!

    #1159438
    Friech
    Moderator

    Glad we could help, Cheers!

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