- This topic has 6 replies, 2 voices, and was last updated 3 years, 8 months 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
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]