Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #612629

    Please can you help me with some code to change the colour of the following:

    avia-post-nav avia-post-prev with-image
    avia-post-nav avia-post-next with-image

    Many Thanks
    Grant

    #612698

    Hi Grant!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    
    #top .avia-post-nav {
        color: orange;
        background: rgba(255,0,0,0.1);
    }
    #top .avia-post-nav:hover {
        background: rgba(0,255,0,0.8);
    }

    255,0,0 is RGB value of the color and 0.1 is opacity level. Adjust as needed

    Regards,
    Yigit

    #612725

    Your Support is once again FANTASTIC

    Thank you.
    Every time I need help I am reminded I made a great decision purchasing Enfold.
    You guys are the best!!

    Grant

    #612733

    Hey!

    Thank you for your kind words Grant :)
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Post Nav’ is closed to new replies.