Forums › Forums › Search & Filter Pro › Search form customize styling
- This topic has 17 replies, 2 voices, and was last updated 4 years, 6 months ago by Anonymous.
-
Anonymous(Private) May 11, 2020 at 7:50 am #243243
Good morning. I have two search form. One in horizontal styling and one in vertical styling.
I need:
– centered search form (only for horizontal styling)
– same length for fields (button included)
– change fields background-color
– change fields text color
– change button color
– change button text-colorCan you help me, please?
Anonymous(Private) May 11, 2020 at 8:57 am #243266The forms are in different pages:
https://www.virusfree-europa.com/
https://www.virusfree-europa.com/strutture/
https://www.virusfree-europa.com/operatori-autorizzati/
https://www.virusfree-europa.com/strutture/risultati-ricerca/
https://www.virusfree-europa.com/operatori-autorizzati/risultati-ricerca/
Thank you.
Trevor(Private) May 11, 2020 at 12:34 pm #243297OK. I see these forms:
https://www.virusfree-europa.com/ – form 704 Horizontal
https://www.virusfree-europa.com/strutture/ – form 704 Horizontal
https://www.virusfree-europa.com/operatori-autorizzati/ – form 734 Horizontal
https://www.virusfree-europa.com/strutture/risultati-ricerca/ – form 704 Vertical
https://www.virusfree-europa.com/operatori-autorizzati/risultati-ricerca/ – form 734 Vertical
Might you be able to show me annotated (naming colors, font family, weight, size) screenshots of the frontend forms (one horizontal and one vertical) and what needs changing? You would need to upload the screenshot images to a file sharing site (like the WordPress Cloudup site) and share the links for them with me?
Trevor(Private) May 12, 2020 at 11:40 am #243525In the widget for elementor that you use to place these forms, I believe you can add a class, yes?
I need you to add these as required:
Either:
sandf-horizontal
or
sandf-vertical
Otherwise I have no way to do the CSS you need. Let me know when this is done?
Trevor(Private) May 13, 2020 at 11:31 am #243725I think this custom CSS will be closer to what you wanted:
.sandf-horizontal .searchandfilter > ul { margin: 0 auto; display: table; } .sandf-vertical .searchandfilter > ul { margin-left: 0; } .sandf-vertical .searchandfilter > ul > li label, .sandf-vertical .searchandfilter > ul > li input, .sandf-vertical .searchandfilter > ul > li label select { width: 100%; } .sandf-horizontal .searchandfilter > ul > li label, .sandf-horizontal .searchandfilter > ul > li input, .sandf-horizontal .searchandfilter > ul > li label select { min-width: 225px; } .searchandfilter > ul > li label, .searchandfilter > ul > li input, .searchandfilter > ul > li label select { font-family: Arial; color: #000; border-color: #000 !important; } .searchandfilter > ul > li.sf-field-submit input { background: #e84c3d; }
Anonymous(Private) May 13, 2020 at 3:47 pm #243756Yes thank you. I have 2 more questions:
– “Nome struttura” and “Nome operatore autorizzato” are search fields. It’s possible change text color?
– I changed search form background-color. There is a white space out of fields. On phone view you notice more than desktop view. It’s possible delete? You can see it here: https://ibb.co/XkSfjk5 -
AuthorPosts