• vidilo

    (@vidilo)


    Congratulations on the accomplished theme.
    I have encountered two problems:
    The first that the “back to top” button is also shown in the mobile version despite being excluded in the customization. (I had to use a change in the css to hide it).
    The second problem is that if I make a link in the menu on the same page to a CSS ID (example #contact) a dashed border remains visible on the menu and links in general.

    (I attach 2 images)

    menu hatching: https://ibb.co/DRpTX1Y
    hatching on links: https://ibb.co/RHy4Y4y

Viewing 1 replies (of 1 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @vidilo
    Regarding the first problem, it is probably a matter of caching, if you can link the site I can check it better.
    Regarding the second problem, you can solve by adding this CSS in “Appearance-> Customize-> Additional CSS”

    
    .main-navigation a {
    outline:none;
    }
    

    Let me know if it is okay.
    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Hatching on links’ is closed to new replies.