Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #302555

    I would like to change the size and colour of the button so it is more visible? make the button bigger and darker grey.

    Or is there a way to have it always open? or is i this a bad idea for smaller screen sizes?

    https://www.dropbox.com/s/zoza0t4u2kozva3/2.PNG

    • This topic was modified 9 years, 8 months ago by Jamie A.
    #302571

    Hey Jamie A!

    Please add following code to Quick CSS

    #top .avia-post-nav { background: rgba(0,0,0,0.4); padding: 20px; }

    I think that is a bad idea. Please try the code above and if you would like to customise further, let us know

    Regards,
    Yigit

    #302579

    Thanks for your help and advice when I added the code the image inside the navigation is not centred

    http://shutterliving.com/bookshelf/

    can you see my website now ?

    #302675

    Hey!

    Try the following:

    
    .avia-post-prev .label,
    .avia-post-next .label{
    left: auto !important;
    margin: -11px auto !important;
    }
    
    

    Best regards,
    Günter

    #302775

    Hey Gunter, thanks for the advice however it still looks strange (do i remove the code that yigit recommends? so just use your code? or do i use both

    #302777

    Hi!

    Try to replace my code with:

    
    .avia-post-prev .label,
    .avia-post-next .label{
    left: auto !important;
    right: auto !important;
    }
    

    On FF it now looks OK together with the code from yigit.

    Cheers!
    Günter

    #303065
    #303118

    I have temporally removed the navigation for other issues I will reopen this topic when I have resolved the outstanding issues

    #303123

    Hey!

    We will keep this thread open and wait to hear from you!

    Best regards,
    Yigit

    #317352

    I can mark this as resolved, I am currently happy with the way it is working !

    Thanks All.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change the colour and the size of the Next page navigation buttons’ is closed to new replies.