Support Forum

Topic: plugin-widgets-bundle

Browse community answers for this topic or search for a specific issue.

need button border for mobile

pluginplugin-widgets-bundlequestion · By jhunt62958 · 5 years ago · Reply by SiteOrigin 5 years ago

i have tried to create a border around buttons with the following css: .ow-button-hover { border-color: #000 !important; } .ow-button-hover:hover { border-color: #000 !important; } This works fine for computers but this does not work for mobile or pad. What…