Forum Replies Created
-
AuthorPosts
-
laucocos
ParticipantThanks for your response. I'm not sure how to find this out. In the style.css file there is reference to .site-header - could that work?
I'm using the Infinity Pro theme as a basis. Do you now if the menu is set up differently, and if so how?
September 13, 2019 at 5:05 am in reply to: Simple social icons not displaying in right header #493539laucocos
ParticipantHi Anita,
That's solved it - thank you so much for your help.
Best wishes,
LauraSeptember 12, 2019 at 8:48 am in reply to: Simple social icons not displaying in right header #493522laucocos
ParticipantJust to clarify, the above css code is already in the style.css file but the social icons are still not showing. It therefore seems there is another issue here.
September 12, 2019 at 2:42 am in reply to: Simple social icons not displaying in right header #493518laucocos
ParticipantHi Anita,
I've unlocked the site so you can access it without a password.
Below is the css code I used to style the social icons for the header:
.site-header .simple-social-icons a svg[class^="social-"] {
color: #ffffff;
}.site-header .simple-social-icons a:hover svg[class^="social-"] {
color: #00539a;
}.front-page .white .site-header .simple-social-icons a svg[class^="social-"],
.white .site-header .simple-social-icons a svg[class^="social-"] {
color: #1f1f1f;
}.front-page .white .site-header .simple-social-icons a:hover svg[class^="social-"] {
color: #00539a;
}Many thanks,
Laura -
AuthorPosts