Forum Replies Created
-
Author
-
November 13, 2015 at 20:03 in reply to: How to change the search text color – without changing the design elsewhere? #87208
caxyxn
ParticipantOk.
I guess one of the staff will help out.
I’m just a customer as well 🙂
Best wishes.November 13, 2015 at 19:56 in reply to: How to change the search text color – without changing the design elsewhere? #87205caxyxn
Participantmaybe adding !important will do it.
i.e.
.header-color .dropdown-menu > .active > a{
background-color:#000!important;
}November 13, 2015 at 19:26 in reply to: How to change the search text color – without changing the design elsewhere? #87197caxyxn
ParticipantYou’re welcome.
You’ll need to change your active background (or text) color.
Currently, you have both of them set to white
e.g to change the background to black you can use this CSS.header-color .dropdown-menu > .active > a{
background-color:#000;
}Hope that helps?
CayNovember 13, 2015 at 19:17 in reply to: How to unregister Clients, Testimonials and Portfolio from the theme #87189caxyxn
ParticipantThat’s excellent.
Many thanks Radu.November 13, 2015 at 16:08 in reply to: How to change the search text color – without changing the design elsewhere? #87114caxyxn
ParticipantYou can use this in your CSS
#nav-menu-item-search #ajax_searchform input{
color:#777777;
}Or any color you wish to change it to.
caxyxn
ParticipantHi Abe,
Many thanks for your reply.
I thought I wasn’t doing something right.
I look forward to the update.
Absolutely love the theme although the features are a bit overwhelming.
I guess that’s the point 🙂
Thanks anyway.
Caycaxyxn
ParticipantSorry I’m not sure how I posted it in BuddyApp – meant to have posted in Kleo Forum. My apologies.
-
AuthorPosts