• Resolved donpablo13

    (@donpablo13)


    Hello

    I can’t find out how to delete the ”aller au contenu” (go to content in english) button on the mobile version of the woocommerce page, it takes a lot of place and hides the menu button. Love the theme and wouldn’t want to change it just because of this.

    Thank you in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @donpablo13,

    This is due to a conflict between the Hitchcock styles and the WooCommerce styles. Hitchcock doesn’t support WC, so you’re bound to run into a few issues like this. You can solve this specific one with some custom CSS:

    .skip-link {
    position: absolute !important;
    left: -99999rem !important;
    }
    
    .skip-link:focus {
    left: 2.5rem !important;
    }

    — Anders

    Thread Starter donpablo13

    (@donpablo13)

    Hi Anders

    Thank you very much, this helped to get the issue solved!

    pablo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the ” go to content ” button’ is closed to new replies.