Home › Forums › IT Consultant Support › Header Color change
- This topic has 6 replies, 2 voices, and was last updated 1 year, 8 months ago by
Forum Moderator.
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
January 4, 2022 at 11:36 pm #188780
Hi, how do I change the color of the text in the header, the color of the phone number, etc.?
thanks
www.kkprint.skJanuary 5, 2022 at 6:44 pm #188812Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.head-info-area strong a { color: #a9b712 !important; }
Regards,
DaveJanuary 6, 2022 at 4:07 am #188834thanks, and how i change menu color and header size?
January 6, 2022 at 10:51 am #188846Hi,
Kindly go to Appearance >> Basic settings >> Header >> Header >> Menu Hover text color and Menu active text color.
See example screenshot:
https://nimb.ws/wkqKlNRegards,
DaveJanuary 9, 2022 at 3:58 am #189026Thanks <3
January 9, 2022 at 4:01 am #189027And last question (maybe :D) how i can change slider height?
January 10, 2022 at 5:44 pm #189087Hi,
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 -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.