• Resolved RichardCulley

    (@richardculley)


    I’m really getting there now with my site but have a few niggling things left to make look good.

    I have the custom fields add on installed and I would like to have the “advanced search” button shown in capitals so it matches the “search” button in style. Any one quickly able to give me some CSS for this change?

    Site is https://www.seeksport.co.uk and I’m using the plugin as a directory rather than classified and it works a treat!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Tunn

    (@iuriem)

    Try this:

    .adverts-search-form .adverts-button-small span:first-child {
       text-transform: uppercase;
    }

    BTW, how you added the advanced search?

    Thread Starter RichardCulley

    (@richardculley)

    When you have custom forms add on there is a line in the form builder and anything you add under the line becomes hidden in “advanced search” cool looking feature.

    Check out https://www.seeksport.co.uk

    Tunn

    (@iuriem)

    Thank you, @richardculley!

    I see, my CSS works. But, I think, will be better to replace it with this new one:

    .adverts-search-form .adverts-form-filters span {
       text-transform: uppercase;
    }

    Test it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom fields add on’ is closed to new replies.