- This topic has 57 replies, 5 voices, and was last updated 3 years, 2 months ago by
Fernando.
-
AuthorPosts
-
October 6, 2022 at 5:41 pm #2365733
Fernando Customer Support
Can you disable “Under Maintenance/Construction” mode of your site or share a staging site? I’ll check both inquiries.
October 7, 2022 at 1:57 am #2365959francesco
done
October 7, 2022 at 6:23 pm #2366698Tom
Lead DeveloperLead DeveloperTry adding this:
.navigation-search { z-index: 9999; }Let us know 🙂
October 10, 2022 at 1:46 am #2368459francesco
Endless thanks Tom.
I carry the piece of CSS related to the search bar. I ask if anything else needs to be corrected. thank you in advance.
.masonry-load-more { text-align: center; } @media (min-width: 769px) { .inside-navigation.grid-container { width: fit-content; } form.search-form.navigation-search.nav-search-active { top: 45px; width: 70%; left: 65%; transform: translateX(-50%); } @media (max-width: 768px) { form.search-form.navigation-search.nav-search-active { display: flex; } button.nav-search-button { margin-right: 56px; border: none; } } .navigation-search.nav-search-active { display: flex; } .inside-navigation.grid-container form.search-form .search-field { background-color: #fff; } .inside-navigation.grid-container form.search-form { background-color: #8ad6c1; padding: 10px; display: flex; align-items: center; } } @media (max-width: 768px) { form.search-form.navigation-search.nav-search-active { display: flex; } button.nav-search-button { margin-right: 56px; border: none; } } .navigation-search { z-index: 9999; }October 10, 2022 at 7:33 pm #2369366Tom
Lead DeveloperLead DeveloperLooks good to me! Glad we could help 🙂
October 17, 2022 at 1:41 pm #2376767francesco
Sorry but I realized that in the mobile devices screen the search space remains green. instead I would like it white as for the other screens. it would be possible?
October 17, 2022 at 4:05 pm #2376839Ying
StaffCustomer SupportTry add this CSS:
.navigation-search input[type="search"] { background-color: #fff; }October 18, 2022 at 12:50 am #2377114francesco
it seems not to work
October 18, 2022 at 5:14 am #2377346David
StaffCustomer SupportTry this:
.navigation-search input[type="search"], .navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus { background-color: #fff; }October 18, 2022 at 6:46 am #2377435francesco
Very thanks David, it works perfectly now. Can I send the css concerning the search field so as to see if there is something to correct or delete?
October 18, 2022 at 6:51 am #2377440David
StaffCustomer SupportWhat other issues do you have ?
October 18, 2022 at 8:35 am #2377766francesco
None, but I just wanted to know if maybe I have css that I can remove from all those entered for the search field.
October 18, 2022 at 8:38 am #2377769David
StaffCustomer SupportIt looks all ok to me 🙂
October 19, 2022 at 12:41 am #2378353francesco
thx David
October 19, 2022 at 3:45 am #2378506David
StaffCustomer SupportGlad we could be of help!!
-
AuthorPosts
- You must be logged in to reply to this topic.