Search

GK User
Sun Oct 12, 2014 8:45 pm
Google Chrome user agent puts an ugly blue border around every search on focus. Do you know a way to override this border with normalise.css or some other way?
User avatar
Expert Boarder

GK User
Mon Oct 13, 2014 6:22 am
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
textarea:focus, input:focus{
    outline: 0;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Oct 13, 2014 9:32 pm
Thank you Cyberek, it works fine.
You should use it on your pages ;)
User avatar
Expert Boarder

GK User
Wed Oct 15, 2014 7:56 am
Ill post that suggestion to our devteam :).
If you will have any other questions (not relative to this thread), feel free to post new forum threads - it allows us to answer you faster.
User avatar
Moderator


cron