When I click on any menu navigation i have a rectangle frame (border) around it. How can I switch this off?
Does anybody has a code for that?
shop: https://www.cotiereofficial.com/.
pw: “test1234”
Theme: Baseline
When I click on any menu navigation i have a rectangle frame (border) around it. How can I switch this off?
Does anybody has a code for that?
shop: https://www.cotiereofficial.com/.
pw: “test1234”
Theme: Baseline
Your code looks pretty unique to me, but the classes aren’t really super specific to the elements so targeting specifically is difficult. You could just add this to your css and it should work:
button:focus {
outline: unset!important;
}
Hi @marcelp ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly