Change the Background Colour of the Search Bar

This topic contains 5 replies, has 2 voices, and was last updated by  Guust 8 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #61877

    ttkadmin
    Expired Member
    Post count: 65

    Hi – I’d like to change the background colour of the search bar, how can I customise this please? (Not sure what I’m looking for on the stylesheet).

    Thanks

    #61879

    Guust
    Moderator
    Post count: 29970

    Have a look at this post: https://wpgeodirectory.com/docs/customizing-your-style/
    We’d need at least a URL if you need us to have a look, but most likely this is the CSS to add to the stylesheet of your child theme:

    
    
    .geodir-loc-bar-in {
        background: #f3f3f3;
    }

    Replace the color.

    #61942

    ttkadmin
    Expired Member
    Post count: 65
    This reply has been marked as private.
    #61954

    Guust
    Moderator
    Post count: 29970

    You have to add it to your custom CSS, wherever you do that normally.
    You should be using a child theme with Avada, so you can add it to the style.css file of the child theme.
    or you can add at GD > design > scripts.

    #62895

    ttkadmin
    Expired Member
    Post count: 65

    Thanks Guust – only just got around to doing this and it’s worked perfectly.

    #62906

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket