Okay
  Public Ticket #1296623
Header Social Icons
Closed

Comments

  •  2
    wmbcmarketing started the conversation

    How do I make the social Icons in the Header white?

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Can you please send us a link to your website so we be of more help?

    Regards.

  •  2
    wmbcmarketing replied

    Hey Andrew I figured out. Thanks for the reply. However, I do have another question:

    My desktop footer and mobile footer have small differences that I would like to fix. First, notice that the desktop text is aligned left. Second, notice that the hyperlinks in the mobile footer are black and therefore do not show up on mobile.

    Cheers!

  •  2,744
    Andrew replied

    Hi there,

    Thank you for contacting us.

    For this, I will need to see your website first. Please send me the link to your website, it will be greatly appreciated.

    Looking forward to your reply.

    Best regards.

  •  2
  •  2,744
    Andrew replied

    Hi again,

    Thank you for writing back to us.

    Please add the following code:

    @media only screen and (max-width: 768px){
    div#fws_59ba351e99908 h6{
        text-align: left !important;
    }
    div#fws_59ba351e99908 h6 > a u {
        color: white;
    }
    }

    Hope this helps.

    Best regards.

  •  2
    wmbcmarketing replied

    Hey Andrew,

    Thanks for your help. I was able to get the text to align left, however my hyperlinks are still black and therefore blending into the background. Is there somewhere in the theme that it pulls color for hyperlinks?

    Cheers!

  •  2,744
    Andrew replied

    Hi again,

    Thank you for writing back to us.

    Regarding the link still black, please try adding '!important' on the code just before the semicolon(;) just like the code with text align. This will override any settings that you have before.

    I'm guessing that you're using text widget for the footer and I assume that it's set up there. Please try the suggested above first, and if it didn't work, then please send me the login credential to your website so I can investigate further.

    Looking forward to hearing back from you again.

    Best regards.

  •   wmbcmarketing replied privately
  •  2,744
    Andrew replied

    Hi again,

    Thank you for writing back to us.

    I have changed the CSS code to change the color with this code below and now it should work on your website.

    .instance-40 a>u {
        color: white !important;
    }
    

    As for your query regarding the pixelated text, I see that one of our team has answered it and I suggest you try the solution first.

    Hope this helps.

    Best regards.

  •  2
    wmbcmarketing replied

    Hey Andrew,

    Thanks for the work mate. While this solution worked on the homepage, except for the phone number, the rest of my pages still show the hyperlinks as black.

    Cheers!

  •  2,744
    Andrew replied

    Hi there,

    Apologies for the late reply.

    We checked the site and it seems the text is white even on this page: https://wmbc.financial/team/

    The phone number also "P: 770-840-7444" is in white also.
    Please confirm you fix this issue.

    Thanks.

  •  2
    wmbcmarketing replied

    Hey Andrew,

    Again the problem arises on the mobile version, and no the issue is still not fixed.

  •  2,744
    Andrew replied

    Hi there,

    Could you use the following CSS:

    body h6 a{
        color:white;
    }

    Add it to salient \ general settings - css script related - custom css code.
    That should change the remainder of those bits of text to white on the footer.

    Hope this helps.

  •  2
    wmbcmarketing replied

    Thank you, that worked. So will this make all my h6 tags white moving forward?


    Cheers!

  •  2,744
    Andrew replied

    Hi there, 

    Yes it will make all your h6 links white going forward. The use of the body tag in the CSS code previously given will ensure that all h6 links within the body of your website will be white. 

    I hope this helps. Please feel free to contact us if you have any further issues. 

    Best Regards.

  •  2
    wmbcmarketing replied

    Great! Thanks Andrew.