Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #875325

    I need to change the colour in the search box dropdown when you start typing in a search term and the search begins guessing:
    I need to change the colour of the text: “Sorry, no posts matched your criteria”
    and the “i” in the circle.
    I can send a screen shot if needed.

    #875330

    Hey web4698,

    Please provide a screenshot and a link to the page in question.

    Best regards,
    Jordan Shannon

    #875363

    I don’t have a way to upload a screen shot

    #875368

    Hi,

    Use this service for the screenshot:

    https://snag.gy/

    Best regards,
    Jordan Shannon

    #875370

    Thanks but I already have the screen shot – just no upload button on this form to send to you.

    #875387

    Sorry – uploaded now

    #875508

    Hi web4698,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .header_color .ajax_search_title {
        color: #ccc;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #875514

    Thank you – now just the i in the circle I need to change the colour as in the screen shot I sent.

    #875544

    Hi web4698,

    Looks like it is the way you need it to be. Am I not getting something?

    Best regards,
    Victoria

    #875582

    It was calling from my history. Yes it works thank you.

    #875597

    How do I change the circle color – it’s white at the moment?

    #875957

    Hi,

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

    #menu-item-search a:before {
      color:red !important;
    }

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.