So close to being completed and ready to go live! I love this theme and just have a few areas i need to fix. I need help making the social icons color match the menu links color, white when transparent, grey when in menu. I tried a few of the related fixes in the forum but with no success.
also, never managed to get the header to load smaller on all pages besides home page without causing issues with transparency and mobile format. It was discussed here: https://kriesi.at/support/topic/help-to-shrink-logo-on-homepage-only-smaller-logo-on-posts/#post-309275
Still struggling with these issues. Can I get some assistance?
Hey!
Please add following code to Quick CSS
#top #wrap_all .social_bookmarks a {
color: white;
}
.header-scrolled .social_bookmarks a {
color: #919191!important;
}
Best regards,
Yigit
it worked!
i appreciate the help