• Closed
  • Thomas Kissas
    Spectator
    March 11, 2016 at 3:42 pm #25281

    Hello,
    How can i colorise the contact info on the header? I mean the default color is like grey and i want it orange or yellow…
    And where i should edit the code to do this?
    Thanks in advance!

    Denzel Chia
    Moderator
    Posts: 2656
    March 12, 2016 at 8:41 am #25334

    Hi,

    Use the following in Theme Options -> Custom CSS

    .header-info a, .header-info .phone-number {
    color: orange !important;
    }

    This will change the phone number and contact to orange color text.

    Thank you