Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #667871

    On my blog i have a box that docks itself to the left of the screen, and if you hover over it , it opens up a snapshot of another blog post and allows you to click on it to navigate to it.

    How can i change the colour of it when it’s not hovered on, so that it is more noticeable? When people are browsing my blog?

    Thanks

    • This topic was modified 7 years, 8 months ago by spleeky.
    #668040

    Hey spleeky!

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

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

    255,0,0 is RGB value of the color and 0.3 is opacity level

    Cheers!
    Yigit

    #668285

    As usual worked perfectly, thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How can i change the colour of the left navigation tool that appears on the blog’ is closed to new replies.