Button Styles

This topic contains 5 replies, has 3 voices, and was last updated by  Paolo 7 years, 7 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #274299

    Darren Johnson
    Expired Member
    Post count: 4

    How can I change the button styles, or have them match my themes styles?

    #274366

    Kor
    Moderator
    Post count: 16516

    Hi Darren,

    Refer to this section of the documentation for more customizing options using custom CSS https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks!

    #278340

    Darren Johnson
    Expired Member
    Post count: 4

    This doesnt really help much, I just need a code to match the style of the buttons on my homwpage or other places for http://www.topagentconnection.com

    #278413

    Kor
    Moderator
    Post count: 16516

    Hi Darren,

    Thanks for your reply. I’ve just checked your Website and I’m not really sure which button you are referring to. Do you mean the blue button on the homepage? Could you please share exact URL of the page in question and also please pinpoint the exact location of the button with screenshots so that I could try to help you with the styling?

    Thanks

    #278594

    Darren Johnson
    Expired Member
    Post count: 4

    one the home page and on the find agent map

    #278694

    Paolo
    Site Admin
    Post count: 31206

    Please try to add this to GD >> Design >> Scripts >> Custom CSS:

    
    
    .geodir-search input[type="button"], .geodir-search input[type="submit"], .geodir-page input[type="submit"], .geodir-page input[type="button"] {
        background: #3b5999;
        color: #fff;
        padding: 4px;
        border: 1px solid #fff;
        border-radius: 5px;
    }

    Let us know if it works.

    Thanks

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