Hi,
I noticed problem with first link on offacanvas with border to link.

    Hi forty,
    You can add the following CSS code to the Backend > site template styles > ja spa - default > Tools > Custom CSS:

    .t4-off-canvas-body .nav-link:focus-visible {
        box-shadow: none;
    } 

    Hi, fixed but now text has different color from the others

      Hi forty,
      You can add the following CSS code to your site:

      .t4-offcanvas .t4-off-canvas-body .navbar .nav-link:focus {
            color: #181818;
      } 
      Write a Reply...
      You need to Login to view replies.