Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Top menu background color and bold text and change color
- This topic has 5 replies, 2 voices, and was last updated 8 years, 5 months ago by Damon Hancock.
- AuthorPosts
- June 12, 2016 at 6:34 pm #323032Damon HancockGuest
Hi Guys,
I want to change the light grey color of the opt menu bar and then change the color and bold the text.
Can you help me? Thanks for the great support!Damon
June 12, 2016 at 8:10 pm #323066Damon HancockGuestThis seemed to take care of everything EXCEPT the secondary color of the top menu.
.top-menu{
color: #402d51 !important;
}.contact-info{
color: #402d51 !important;
}.contact-info.info-list.address-wrapper.b{
color: #402d51 !important;
}Still need help getting the great color to purple.
Thanks!
June 13, 2016 at 10:09 am #323251J. DavisKeymasterHi Damon,
In order to edit text color of the Top Menu you should add the following styles to style.css file of your Child theme:.top-header a{ color:#402d51; } .top-header a:hover{ color:#176a8a; }
Best regards,
JohnJune 13, 2016 at 2:22 pm #323422Damon HancockGuestJohn that is close. At cpptech.com it’s the address and phone (which are not a link.) that I need to change the color
June 14, 2016 at 9:28 am #323935J. DavisKeymasterHi Damon,
Try to add the code below to style.css file of the Child theme in order to edit address and phone text:.top-header .contact-info b{ color:red; }
Best regards,
JohnJune 14, 2016 at 3:09 pm #324097Damon HancockGuestThat worked thank you John. Something to consider, Making these part of the Customize options.
- AuthorPosts
- You must be logged in to reply to this topic.