• Closed
  • Thomas Kissas
    Spectator
    11.03.2016 at 15:42 #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
    12.03.2016 at 08:41 #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