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.
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
worked! thanks!