• Dears,

    I would like to center a reset filter button that I created with your Plugin. I saw when creating a filter, there is a css option in the “Advanced” Setting. Could you please advise what css should be added in this field to center the filter button created?

    Many thanks in advance,

    Kind regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Filter has only field to add CSS class, but not styles.
    We do not have any solution, because it is depend on filter settings and template that button use.

    You can add custom CSS code in plugin settings -> JavaScript/CSS tab

    Regards,
    Oleg

    Thread Starter wkaly

    (@wkaly)

    Thank you Oleg,

    could you please provide an example of the css code to use to target the specific filter button?

    Kind regards,

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    By “a css option in the “Advanced” Setting” you mean CSS Class option? There you can add custom class eg filter_custom_class and use it with custom CSS eg
    .filter_custom_class{
    color: red;
    }

    This CSS may be added to your child-theme, using some 3d party plugin or to custom CSS code in our plugin settings -> JavaScript/CSS tab.

    Regards,
    Dmytro

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

The topic ‘Center button with css’ is closed to new replies.