Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #168886
    valelotartaro
    Participant

    Hi!
    How can I change the top margin (I want it to be 0) of the shop page (woocommerce) ?
    Besides, the image header is not showing . I think that I have changed something because I don’t want it to be shown in the other pages , just on the shop online. How can I activate the header for this page? https://bodegahcanale.com/shop/

    #168899
    Skandha
    Participant

    @valelotartaro: To change the margin of the shop page.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post-type-archive-product #content {
          padding:0;
    }

    For the header image not appearing in the shop page I will need to have a look at your site. For that I will need you WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    #168952
    valelotartaro
    Participant

    Thanks a lot!

    Regarding header image. I will use a slider instead , so it’s ok like this.
    Thank you!

    #168990
    Skandha
    Participant

    @valelotartaro: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘shop page’ is closed to new replies.