https://www.makerlab-electronics.com/
it should have a color when I select the text
Goal: make the selected (highlighted) text in the search input visibly blue when using Ctrl+A or mouse selection.
What was proposed:
Notes:
Outcome/Status:
Hi @niceeee
Please add this code to bottom of your base.css file to change that text to blue
search__input.field__input { color: blue !important; }
@niceeee
Go to Online Store>Edit Code> Find Base.css file on Bottom Paste code
input#Search-In-Modal {
color: blue!important;
}
I mean when you ctrl + a or select the word as you can see it is not visible. can you change it to blue
Ahh, I got it, tried to find the solution but no luck!
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
input#Search-In-Modal::selection{
background-color:blue;
color:white;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.
Hi @niceeee
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
form.search.search-modal__form input#Search-In-Modal {color: blue !important;}
Hope that my solution works for you.
Best regards,
Henry | PageFly