Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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 5 years, 8 months ago by pddcoms.
    #999602

    Hey pddcoms,

    Try adding this to quick css:

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
    }

    Best regards,
    Jordan Shannon

    #999850

    It does not work ((

    #999918

    Hi,

    You are talking about the blue area outline around the element correct?

    Best regards,
    Jordan Shannon

    #999922

    Yes

    #999976

    Hi,

    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 Shannon

    #1001011

    I add code in to the top and there is no effect((( any idea?

    #1001403

    Hi,

    Please provide admin info so I can log in and look into whats going.

    Best regards,
    Jordan Shannon

    #1002066
    This reply has been marked as private.
    #1002487

    Hi,

    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,
    Ismael

    #1002694

    Well…Code doesn’t work(( yesturday i saw how outline border change color. but now it’s blue..

    • This reply was modified 5 years, 7 months ago by pddcoms.
    #1002784

    Hi,

    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 Shannon

    #1002933

    I 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?

    #1003363

    Hi,

    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,
    Ismael

    #1020358

    Hi. let’s go back to this issue, I can not find a solution how to remove this blue border …

    #1020553

    Hi,

    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,
    Ismael

    #1020732

    How it can work if it doesn’t work(((( This widget – was made by enfold or woo?

    • This reply was modified 5 years, 6 months ago by pddcoms.
    #1021435

    Hi,

    The css code above works for some select/options tag but I can’t find the other selectors.
    That widget is not from the theme. Please contact the plugin author.

    Best regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.