-
AuthorPosts
-
August 20, 2018 at 7:47 pm #999574
Hi. I spent a lot of time but did not find how to change this blue frame. This frame appears when you select a value in the filter. Help me pls.
- This topic was modified 6 years, 3 months ago by pddcoms.
August 20, 2018 at 8:59 pm #999602Hey pddcoms,
Try adding this to quick css:
input:focus, select:focus, textarea:focus, button:focus { outline: none; }
Best regards,
Jordan ShannonAugust 21, 2018 at 3:10 pm #999850It does not work ((
August 21, 2018 at 6:39 pm #999918Hi,
You are talking about the blue area outline around the element correct?
Best regards,
Jordan ShannonAugust 21, 2018 at 6:48 pm #999922August 21, 2018 at 7:44 pm #999976Hi,
Okay my original code should work. Please add it to the very top of quick css so it runs first and be sure to clear the cache a few times over.
input:focus, select:focus, textarea:focus, button:focus { outline: none!important; }
Best regards,
Jordan ShannonAugust 24, 2018 at 12:37 am #1001011I add code in to the top and there is no effect((( any idea?
August 24, 2018 at 10:14 pm #1001403Hi,
Please provide admin info so I can log in and look into whats going.
Best regards,
Jordan ShannonAugust 27, 2018 at 12:40 am #1002066This reply has been marked as private.August 28, 2018 at 2:07 am #1002487Hi,
Thanks for the info.
We adjusted the code a bit. Let us know if it helps.
input:focus, select:focus, textarea:focus, button:focus, form:focus { outline: none !important; }
Best regards,
IsmaelAugust 28, 2018 at 2:01 pm #1002694Well…Code doesn’t work(( yesturday i saw how outline border change color. but now it’s blue..
- This reply was modified 6 years, 2 months ago by pddcoms.
August 28, 2018 at 6:40 pm #1002784Hi,
Are you running any additional plugins that can be conflicting with the styles? Please try disabling active plugins and running the code. Also try a different browser to ensure this isn’t a cache issue.
Best regards,
Jordan ShannonAugust 29, 2018 at 1:59 am #1002933I gave you admin info and you can see that I do not use what you’re talking about. I can change another css code, but only this one i don’t know how… i don’t see it in css. In your browser it’s works? Maybe code is wrong?
August 30, 2018 at 6:10 am #1003363Hi,
Did you enable the Performance > File Compression settings? Please disable it first. If it’s still not working after disabling the compression, please provide another login info because the previous one is invalid.
Best regards,
IsmaelOctober 11, 2018 at 4:35 pm #1020358Hi. let’s go back to this issue, I can not find a solution how to remove this blue border …
October 12, 2018 at 3:49 am #1020553Hi,
I’ve added this css code on the Quick CSS field and I think it’s working.
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true], .select2-container--default .select2-results>.select2-results__options, #top .select2-search, #top .select2-drop-active, .select2-container--open .select2-dropdown--below { outline: none !important; }
Please contact the plugin author for additional help.
Best regards,
IsmaelOctober 12, 2018 at 4:37 pm #1020732How it can work if it doesn’t work(((( This widget – was made by enfold or woo?
- This reply was modified 6 years, 1 month ago by pddcoms.
October 15, 2018 at 7:29 am #1021435 -
AuthorPosts
- You must be logged in to reply to this topic.