Hi I have some header issues :)
1. I would like to have the header “more glassy” :) Is it possible to make it more whiter ?
2. Text in header is now white, cant change it to black…. I tried in theme options but nothing happens.
3. Social icons would like to also have in black color, background in #ed1846 color, and not i cirlce but in square.
thx for help
anyone
pls
Hey!
Please go to Enfold theme options > Header > Transparency Options and change colors as needed then add following code to Quick CSS in Enfold theme options under General Styling tab
.av_header_transparency {
background: rgba(255,255,255,0.2);
}
#top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
color: black;
background: #ed1846!important;
}
Best regards,
Yigit