Forums › Forums › Search & Filter Pro › Filter Option (Skill Level) Not Showing Up On Edit Page
- This topic has 17 replies, 2 voices, and was last updated 5 years, 10 months ago by Anonymous.
-
Trevor(Private) January 15, 2019 at 6:53 pm #199007
The custom CSS would look like this:
.searchandfilter .sf-field-submit .btn { padding: 10px 12px; background: #719430; border: none; border-radius: 0; font-family: Lato, sans-serif; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; color: #fff; } .searchandfilter .sf-field-submit .btn:hover, .searchandfilter .sf-field-submit .btn:focus { background: #5a7726; }
But you can play with this, yes?
Trevor(Private) January 16, 2019 at 9:10 am #199045Try this instead:
.searchandfilter .sf-field-submit input { padding: 10px 12px; background: #719430; border: none; border-radius: 0; font-family: Lato, sans-serif; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; color: #fff; } .searchandfilter .sf-field-submit input:hover, .searchandfilter .sf-field-submit input:focus { background: #5a7726; }
-
AuthorPosts