• Resolved Test

    (@scun10)


    Hi there,

    Thanks for making this plugin! I have two questions.

    First, what code is needed to increase the size of text in each individual line of the drop down? Right now, the input line is incredibly narrow and small so I’d love some help.

    Secondly, could you help me understand how to change the size and color of the submit button too?

    I would appreciate anybody’s help. ??

    Thanks so much!

    • This topic was modified 6 years, 6 months ago by Test.
    • This topic was modified 6 years, 6 months ago by Test.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathandejong

    (@jonathandejong)

    Hi,

    Thank you for using it ??

    These are both 100% styling questions and really the answer depends a bit on your theme. The best way would be to add your own CSS to your theme. Another option is to add your custom styling directly in the Custom CSS box in BTF settings.

    You can easily check which css classes to target by inspecting the webpage (for example with the dev tools in chrome).
    For example, the submit button has a class of .beautiful-taxonomy-filters-button.

    So to change it’s background color to red you could do
    .beautiful-taxonomy-filters-button{ background: red; }

    Best of luck!

    Thread Starter Test

    (@scun10)

    Jonathan, if when I get to this, I need more help, are you available to hire to make styling changes etc.?

    Plugin Author Jonathandejong

    (@jonathandejong)

    Hi,

    Sorry but I do not have the time or possibility to accept these kind of smaller projects. However you should be able to hire pretty much any WordPress developer for this kind of thing since it’s fairly easy if you know what you’re doing ??

    I’d recommend googling for WordPress developers near your location!

    Best of luck!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase size of text in drop down’ is closed to new replies.