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

    Hi all,

    I am unable to find a way to change the browse menu color among the portfolios, located in the corners of the screen.

    Below is a picture that means exactly what I want to explain:

    Could help me in this quest?

    Thank you.

    • This topic was modified 8 years, 5 months ago by vinipinelli.
    #528670

    Hi Vinicius!

    Add this to your custom CSS.

    #top .avia-post-nav { background-color: red !important; }
    

    If you want to keep the opacity then use this instead.

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

    Cheers!
    Elliott

    #528834

    worked! thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change the color of the Corner Portfolio button’ is closed to new replies.