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

    Hi, how to change background color of next/previus post?
    See image

    View post on imgur.com


    Thanks

    #1159911

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

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

    First three are RGB values and last one is opacity level. Please adjust as needed :)

    Best regards,
    Yigit

    #1160253

    Hi Yigit, perfect
    Best regards

    #1160288

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change color nav post’ is closed to new replies.