• Resolved cstvnl

    (@cstvnl)


    Hello,

    About BETTERSEARCH

    Great tool!

    I just like to know how I can change the color of the button and text and if there is an option to enable/disable it.

    I just rum elementor. Thema: Smartmag. Hardly any extra plugins.

    The page I need help with: [log in to see the link]

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

    (@ajay)

    You can change the color / text by styling bsearch-submit

    Also you could hide that with CSS as well with a display:none

    Thread Starter cstvnl

    (@cstvnl)

    Thank you so much.

    I am trying to understand your solution.

    I know little about CSS, thank you.

    You also mentioned:

    “You can change the color / text by styling?bsearch-submit

    Can I do that in the settings of the plugin?

    Thanks a lot!

    Plugin Author Ajay

    (@ajay)

    In the Settings page under style tab you can enter the below to hide the submit button.

    .bsearch-submit{ display:none; }

    Or this to make the text white on black background.

    .bsearch-submit { color:#FFFFFF;background-color:#000000;}

    Guide: https://www.w3schools.com/css/css_text.asp

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable or change color of button’ is closed to new replies.