Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
I’m using WP 4.4.2 with Specular 1.6 (with VC 4.11.1). When you select a accordion title (and move the mouse), a dotted line around the selection will be visual. See home page on my testsite “www.pipapo.nl”. Why, and i add some custom code to avoid this….?
Thanks in advance.
Frank.
Hello,
I see in your older posts that we have already reviewed this. Please add this code into your custom css box:
@-moz-document url-prefix() {
.accordion-heading.in_head {
border: none !important;
}}
This should target only the Firefox browser, where this is happening.
Let us know.
Best regards!
Hello,
Sorry, we use Edge (and IE) only….. (what to do now?)
Best regards
Hello,
Please edit the code above to this:
@supports (-ms-accelerator:true) {
.accordion-heading.in_head {
border: none !important;
}}
This targets the EDGE and IE browsers. Let us know.
Best regards!
You must be logged in to reply to this topic.