Tagged: ajax search
Hello!
Small problem. The ajax search results appear black UNTIL I hover. On hover I can see them.
1. Is there a theme setting to fix this without affecting the rest of the site and without using CSS?
2. If not what CSS would you suggest?
Thank you,
Jas
Hi Jas!
It would be better if we targeted the specific element using custom CSS. Please add following code to Quick CSS
.header_color .ajax_search_title {
color: white;
}
Cheers!
Yigit
Hi Yigit,
That kind of caused the opposite problem. Hmm.
1. The date stamp is grey and can’t be seen
2. On hover the title text disappears. I think ti has to change on hover for the text to stay visible.
Thank you for your time,
Jas
Hi!
Please add following code to Quick CSS as well
#top .header_color .ajax_search_entry:hover .ajax_search_title {
color: black;
}
Cheers!
Yigit
Thanks just need to lighten the date under the post titles then make sure they are still visible on hover. I think that should do it.
Thanks,
Jas
Hi!
You can use following code to do so
.header_color .ajax_search_excerpt {
color: #999999;
}
Best regards,
Yigit
Perfect thank you!
Question:
I have a child theme. What is the difference between:
1. Appearance > Edit CSS
2. Appearance > Editor > style.css
Is #1 not the Child CSS? and #2 is?
I want to move all my CSS out of Quick CSS to either #1 or #2.
Thank you
Hi!
There is no “Edit CSS” option under Appearance tab by default, so i am guessing that is from a plugin you are using. Appearance > Editor > Style.css is the style.css file of your child theme and the correct file that needs to be edited.
Best regards,
Yigit
You’re right! Thank you Yigit! close topic..
Jas