- This topic has 6 replies, 2 voices, and was last updated 3 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › IT Consultant Support › Header Color change
Hi, how do I change the color of the text in the header, the color of the phone number, etc.?
thanks
www.kkprint.sk
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
thanks, and how i change menu color and header size?
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
Thanks <3
And last question (maybe :D) how i can change slider height?
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
Free Custom WordPress Themes and Templates If you really looking to create a website with a custom feature then you must try Free custom WordPress […]
Free Technology WordPress Themes and Templates Before you pick a theme for your business website, make sure to conduct good research on it. Keep a […]
HTML5 WordPress Themes Actually all of the coded themes of SKT Themes are based on HTML5 since from the start we have implemented HTML5 standards […]