Custom CSS for the search box background and border

This topic contains 5 replies, has 3 voices, and was last updated by  Guust 5 years, 1 month ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #476116

    Richard Stuart
    Full Member
    Post count: 45

    I’m struggling to make the .geodir-loc-bar-in background and border transparent to better fit my design.

    
    
    
    .geodir-loc-bar-in {
        background: #f3f3f3;
        border: 1px #e6e6e6 solid;
        padding: 5px;
    }
    

    Assistance would be greatly appreciated as my CSS kungfu is non existent other then copy/paste!

    #476137

    Alex Rollin
    Moderator
    Post count: 27815

    Please send a link

    #476160

    Richard Stuart
    Full Member
    Post count: 45
    This reply has been marked as private.
    #476161

    Guust
    Moderator
    Post count: 29970

    Try

    .geodir-loc-bar-in {
        background: transparent;
        border: none;
    }
    .geodir-loc-bar {
        border-top: none;
        border-bottom: none;
    }

    Thanks

    #476162

    Richard Stuart
    Full Member
    Post count: 45

    Worked like a charm, Thank you.

    #476163

    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