hello everyone,
I noticed that social icons and extra info on tablets/smartphones not dispaly on the top. It remains white on the top. What have i to do to solve it?
Kind regards,
ALex
Hey AlexBellaTropea,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
hello,
Take a look on smartphone or tablet that social icons and extra info on tablets/smartphones not dispaly on the top.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){
.responsive #top #header_meta .social_bookmarks li a{
color: #000000;
}
}
You can adjust the color in the code if you wish to do so.
Best regards,
Jordan
Hi Jordan,
i solved with color of social Icons, but where is email and tlephone number on the top? I cannot see. What do you mean put on style.css file? if i put on this style.css file i don’t damage or lose anything?
Thanks
Hi,
Please try this as well:
@media only screen and (max-width: 767px) {
.responsive .phone-info span {
color: #3d71a1 !important;
}
}
You can use Quick CSS for your customisations if you are uncomfortable adding to style.css
Regards,
Rikard
Hi @Rikard
with your code i solved email and telephone number, but social icons disappeared again
Thanks
Alex
Hi everyone,
With code above i solved email and telephone number problem, but social icons disappeared again! Can you help?
Thanks
Alex
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
#header_meta * {
color: #3d71a1 !important;
}}
Best regards,
Yigit