search bar

This topic contains 4 replies, has 2 voices, and was last updated by  paddy1970 9 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #36817

    paddy1970
    Free User
    Post count: 20

    Do you have any css code to make the search bar bigger.

    #36886

    Simone
    Expired Member
    Post count: 3515

    Hello, you can try adding this in your style.css

    
    
    input.search_text,input.snear {
    
    width: 33%;
    height: 40px;
    font-size: 20px;
    }
    
    input.geodir_submit_search {
    width: 15.5%;
    font-size: 16px;
    }
    #36892

    paddy1970
    Free User
    Post count: 20

    Thank you, how can I make the search button orange.

    #36895

    Simone
    Expired Member
    Post count: 3515

    add this

    
    
    input.geodir_submit_search {
    background-color:#faa51a;
    color:#fff;
    }
    #36897

    paddy1970
    Free User
    Post count: 20

    Great thanks, On the home page where it says few all I would like the boxes to be inline with it.

    I would like to see the 3 boxes displayed wider and have a slightly bigger gap in-between them.

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

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

Open Support Ticket