-
AuthorPosts
-
September 12, 2016 at 11:42 am #684996
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
-
This topic was modified 9 years, 1 month ago by
AlexBellaTropea. Reason: more info
September 13, 2016 at 2:40 pm #685808Hey AlexBellaTropea,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
RikardSeptember 13, 2016 at 6:17 pm #685967hello,
Take a look on smartphone or tablet that social icons and extra info on tablets/smartphones not dispaly on the top.
September 13, 2016 at 11:52 pm #686089Hi,
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,
JordanSeptember 14, 2016 at 9:05 am #686211Hi 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
September 15, 2016 at 7:42 am #686763Hi,
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,
RikardSeptember 15, 2016 at 8:28 am #686775Hi @Rikard
with your code i solved email and telephone number, but social icons disappeared again
Thanks
Alex
September 19, 2016 at 11:35 am #688404Hi everyone,
With code above i solved email and telephone number problem, but social icons disappeared again! Can you help?
Thanks
Alex
September 19, 2016 at 4:15 pm #688580Hi,
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,
YigitSeptember 20, 2016 at 11:16 am #689064 -
This topic was modified 9 years, 1 month ago by
-
AuthorPosts
- The topic ‘not appear social icons and extra info on tablets/smartphones’ is closed to new replies.
