Hey Guys,
Loving the theme. At the moment I am finding my way around it and it seems pretty straight forward so far (not promising I won’t have more questions at another time!). What I would really love to know is if it is possible to change the colour of the menu that floats as you scroll down the screen? I’d like to keep my header white but as the background is also white I feel that the menu blends in too much as it scrolls so would like to see how it would look in different colours if possible. Is there some magic css I am missing as I inspected the element but couldn’t find different code for the floating menu.
Cheers!
I knew I forgot something. The social network icons, is there an easy way to align them to the right? (:
Hi!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.header-scrolled #header_main { background-color: rgba(255, 0, 0, 0.5); }
#top .social_bookmarks li { float: right; }
Best regards,
Yigit
Yigit, thank you so much for the quick response. You’re awesome~!