Forums › Forums › Search & Filter Pro › Edit typography and button
- This topic has 7 replies, 2 voices, and was last updated 4 years, 10 months ago by Trevor.
-
Trevor(Private) January 11, 2020 at 6:56 pm #230784
You want to change the font (family, color, weight, size) for the Submit button? For example, color:
.searchandfilter input[type=submit] { color: #333; }
But you can set the other attributes as well I think. Did you try this (or can you) and get back to me if it does not work, with a live link/URL to your search page so I can take a look (plus details of what you want to set/change)?
Trevor(Private) January 12, 2020 at 8:58 am #230822Are you able to send me a live link/URL to your search page so I can take a look?
Also, any annotated screenshots you can make to help me (tell me what you want) would be appreciated. You will need to upload images to an external file sharing site, like dropbox, and share the link(s) with me.
Trevor(Private) January 14, 2020 at 12:29 pm #231026This CSS will improve things for you:
.searchandfilter > ul, .searchandfilter h4, .searchandfilter select { font-family: roboto; } .searchandfilter > ul ul { padding-left: 0 }
For example, if you want to increase the font size in the headings:
.searchandfilter h4 { font-size: 18px; }
-
AuthorPosts