Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 8 years, 2 months ago by AlexBellaTropea. Reason: more info
    #685808

    Hey AlexBellaTropea,

    Could you post a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #685967

    hello,

    Take a look on smartphone or tablet that social icons and extra info on tablets/smartphones not dispaly on the top.

    #686089

    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

    #686211

    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

    #686763

    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

    #686775

    Hi @Rikard

    with your code i solved email and telephone number, but social icons disappeared again

    Thanks

    Alex

    #688404

    Hi everyone,

    With code above i solved email and telephone number problem, but social icons disappeared again! Can you help?

    Thanks

    Alex

    #688580

    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

    #689064

    Hi @Yigit,

    thank you. i solved it.

    Kind regards,

    Alex

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘not appear social icons and extra info on tablets/smartphones’ is closed to new replies.