Header Color change

Home Forums IT Consultant Support Header Color change

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #188780
    Kristián GrivalskýKristián Grivalský
    Participant
    • Topics: 5
    • Replies: 16
    • Total: 21
    Member since: May 28, 2021

    Hi, how do I change the color of the text in the header, the color of the phone number, etc.?
    thanks
    www.kkprint.sk

    #188812
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .head-info-area strong a {
        color: #a9b712 !important;
    }

    Regards,
    Dave

    #188834
    Kristián GrivalskýKristián Grivalský
    Participant
    • Topics: 5
    • Replies: 16
    • Total: 21
    Member since: May 28, 2021

    thanks, and how i change menu color and header size?

    #188846
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Basic settings >> Header >> Header >> Menu Hover text color and Menu active text color.

    See example screenshot:
    https://nimb.ws/wkqKlN

    Regards,
    Dave

    #189026
    Kristián GrivalskýKristián Grivalský
    Participant
    • Topics: 5
    • Replies: 16
    • Total: 21
    Member since: May 28, 2021

    Thanks <3

    #189027
    Kristián GrivalskýKristián Grivalský
    Participant
    • Topics: 5
    • Replies: 16
    • Total: 21
    Member since: May 28, 2021

    And last question (maybe :D) how i can change slider height?

    #189087
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .nivoSlider { height:700px; overflow:hidden;}
    @media screen and (max-width:1100px) {
    .nivoSlider { height:auto; overflow:hidden;}
    }

    Regards,
    Dave

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.