• Resolved JohnStaples

    (@johnstaples)


    When I click any tab I get a blue border around the content for that tab. If I refresh the page after clicking the tab the blue border disappears and everything looks normal.

    How to I disable this blue border?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @johnstaples,

    Thanks for your query.

    Your current theme is overriding the plugin’s CSS. Please add the following CSS to the plugin’s Settings> Additional CSS and save it. Have a look at the screenshot.

    .sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane:focus {
        outline: none;
    }

    We have got your support ticket and replied to you there as well. Please let us know if it works for you or not.

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @johnstaples,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blue Border Around Content’ is closed to new replies.