• Hi

    Ive tried different codes for changing social media email and phone font color in the header in custom CSS, but nothing worked for me! The background color of the header is white, it has been changed from the default. The icons are there, but invisible. Please, can anyone suggest a code?

    Many thanks!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi,

    Please share the website URL.

    Thanks

    Thread Starter Mari J

    (@mari-j)

    Hi, thanks for your reply.

    http://www.estaengineering.com

    Hi,

    Go to dashboard admin panel >> appearance Menu >> Theme Options >> Custom CSS Editor.

    Now write below CSS rules into custom css editor :

    .head-contact-info li a {
    color: #0099FF!important;
    }
    .header_section {
    color: #131313 !important;
    }

    Save the changes.

    Thanks

    Thread Starter Mari J

    (@mari-j)

    Hi,

    Thank you for your reply! Unfortunately the code only worked for the icons, but not the actual writing. Could you suggest another code, please?

    Thanks

    Hi,

    Again write below CSS rules into custom css editor :

    .head-contact-info li a {
    color: #0099FF !important;
    }
    .header_section {
    color: #131313 !important;
    }

    Save the changes.

    Let me know for further assistance.

    Thanks

    Thread Starter Mari J

    (@mari-j)

    Hi,

    Thank you so much! It worked!

    I would like to ask you one more question, if you don’t mind, please?

    How to remove that box which appears on the menu when I navigate the mouse to? It appears in blue and grey color. And if it will be removed, will that red color of the menu font disappear? Or how can I change it?

    Thank you!

    Hi,

    Go to custom CSS editor.

    Write below CSS rules into custom CSS editor :

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
    -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0) !important;
    }

    Now save the changes.

    Thanks

    Thread Starter Mari J

    (@mari-j)

    Hi,

    Thank you very much for all your responses! I really appreciate your help!

    Can I just ask a one more question, please?

    My website is multilingual. However, I want to keep the home page, but it seems to work in English only, is it possible to have that home page in other languages too?

    Thank you

    Hi,

    Use WPML Plugin from WP plugin directory.

    Thanks

    Thread Starter Mari J

    (@mari-j)

    Hi, thanks, but could you recommend a free one please?

    Thank you

    Hi,

    Thanks for using our theme.

    Its a free plugin for translation.

    If you want translate your text only then its on of the best plugin.

    Otherwise you can find out other plugin from WP plugin directory.

    Thanks

    Thread Starter Mari J

    (@mari-j)

    Thank you for your help!

    Hi,

    Most Welcome.

    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Social media header email and phone colour change’ is closed to new replies.