Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #588928

    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

    #589672

    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

    #589749

    Hi!

    Please add following code to Quick CSS as well

    #top .header_color .ajax_search_entry:hover .ajax_search_title {
        color: black;
    }

    Cheers!
    Yigit

    #589763

    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

    #589772

    Hi!

    You can use following code to do so

    .header_color .ajax_search_excerpt {
        color: #999999;
    }

    Best regards,
    Yigit

    #589788

    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

    #589795

    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

    #589796

    You’re right! Thank you Yigit! close topic..

    Jas

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Ajax Search Dropdown Menu’ is closed to new replies.