• When the logo is clicked on the left hand side of the page a blue outline appears, kindly provide a solution to this.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Put this CSS given Below.

    a:focus {
    border: 0px solid #007bff !important;
    }
    #main:focus {
    outline: 0px solid #007bff !important;
    }.skip-content:focus {
    top: 0;
    outline: 0;
    }

    And Save this option.

    Thanks

    Thread Starter nikhilanjan

    (@nikhilanjan)

    Thanks A lot. The issue is solved.

    Kindly let me know how to add any custom content and images in first home page, since iam not able to add any custom content except blog.

    Hello @nikhilanjan .

    I will give this option in the next update,

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blue outline when clicking logo icon in the homepage’ is closed to new replies.