Hi Support,
I am having a few issues. Social media icons in the header right side have disappeared. Links are still there.
Also, when the view switches to a mobile responsive view I would like the logo area and area above this to be black. It is whit and grey now.
Can you point me in the right direction on where to make these changes? See the current quick css below.
Thanks,
Keith
MIne have disappeared too!
Hi,
Sorry for the problem. Please try this fix: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
Or this fix using CSS: https://kriesi.at/support/topic/social-buttons-broken-with-wp-5-3-1-update/#post-1165745
Best regards,
Rikard
Hi Rikard,
Looks like that new file fixed it. I still need to change the colors of the top header and logo area in responsive view. It’s white now so the icons blend in. I can’t figure out where to adjust these.
Thanks,
Keith
Hi Keith,
Thanks for the update. Please try this to change the background of the header meta container on mobile:
@media only screen and (max-width: 767px) {
#header_meta {
background: red !important;
}
}
Best regards,
Rikard
Hi Rikard,
That fixed the top area. The only thing left is the logo area on the home page. If you look in responsive view that area is very light grey. I would like to darken this. Cannot find a place to do it. for the home page. On all the other pages this area is black.
Is this editable somewhere in the settings?
Thanks,
Keith