Tagged: ajax search
-
AuthorPosts
-
February 25, 2016 at 7:11 am #588790
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
February 25, 2016 at 11:38 am #588928Hi 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!
YigitFebruary 26, 2016 at 11:40 am #589672Hi 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
February 26, 2016 at 1:36 pm #589749Hi!
Please add following code to Quick CSS as well
#top .header_color .ajax_search_entry:hover .ajax_search_title { color: black; }Cheers!
YigitFebruary 26, 2016 at 1:49 pm #589763Thanks 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
February 26, 2016 at 1:56 pm #589772Hi!
You can use following code to do so
.header_color .ajax_search_excerpt { color: #999999; }Best regards,
YigitFebruary 26, 2016 at 2:05 pm #589788Perfect 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
February 26, 2016 at 2:12 pm #589795Hi!
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,
YigitFebruary 26, 2016 at 2:13 pm #589796You’re right! Thank you Yigit! close topic..
Jas
-
AuthorPosts
- The topic ‘Ajax Search Dropdown Menu’ is closed to new replies.
