Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1250908

    Hi, I can’t for the life of me work out how/where to amend the font colour of the posts and page names that appear in the search box results (not on the search results page, but the drop-down box that appears before the search results page loads). At the moment it’s black font on a black background.

    Regards,
    Ed

    #1251249

    Hey Ed,

    Please try the following in Quick CSS under Enfold->General Styling:

    .header_color .av_ajax_search_title {
        color: #fff;
    }

    Best regards,
    Rikard

    #1252726

    thanks – this works well… though in the search drop down there’s still a mention of “Posts” and “Pages” which is also in black on a black background. Can I remove these, or change the color to white too?

    #1252859

    Hi,

    I’m not seeing that issue. Can you screenshot it for us?

    Best regards,
    Jordan Shannon

    #1252965

    Sure, see the private content.

    #1253221

    Hi,

    Thanks for the screenshot. Please try this CSS as well:

    div.ajax_search_response h4 {
      color: #fff;
    }

    Best regards,
    Rikard

    #1253228

    works perfectly – thanks!

    #1253374

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change font colour in search box drop down’ is closed to new replies.