Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #536792

    Hi,
    i would like to change the color (by default black) and transparency of the left and right arrow buton (for next and previous article) when u are on an article of the blog.
    Please where is it ??
    Regards

    #537182

    Hi jb84,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #537194

    Please find the link in private
    speak about black transparency arrow on the right and left

    #537362

    Hi!

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

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

    255,0,0 is RGB value of the color and 0.1 and 0.8 are opacity level.

    Best regards,
    Yigit

    #537441

    thank you
    Working now !

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing color of blog buton’ is closed to new replies.