• Resolved Tony Law

    (@lbtdev)


    I am trying to change the search button in the plugin front end to show the word “search” (matches my themes search) as opposed to the magnifying glass icon.

    I have achieved it by overriding the css class in my child theme as follows:

    .form-group .fa-search:after {
        content: "Search";
        font-family: 'Roboto Condensed';
        font-weight: 700;
        font-size: 13px;
    }

    However the button is not wide enough to display the word and I cannot find the class to over ride to change it’s width.

    Can you please advise which class this is? Thanks in advance.

    • This topic was modified 6 years, 7 months ago by Tony Law.
Viewing 1 replies (of 1 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello @lbtdev,

    Thank you for contacting us.

    There are different ways to style the button.

    – Override the plugin style
    – You can customize the search template using SEP templating and add your own classes to style search button. For SEP templating please visit the Event Planner Templating section on the plugin page.

    Please let us know if you need any further assistance.

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Search button style’ is closed to new replies.