• Resolved janine1912

    (@janine1912)


    Hi I’d like to know if there is a way of centering the category names on my Shop Page only. (I don’t want the product names on any other page centered)
    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ordinarily, it would be an easy thing to do because most themes include a class for the post ID in the body tag. In that case, you’d just use that post ID in some CSS like this:

    
    postid-XXX .woocommerce-loop-category__title {
      text-align: center !important;
    }
    

    However, it doesn’t look like your theme adds the post ID as a class, so you’d either need to change themes or create a child theme and modify the code so it includes a unique class for the Shop Page.

    Go to:
    Dashboard > Appearance > Customise > Additional CSS
    and change:
    texalign: center;
    to
    text-align: center;

    If it affects other pages please come back.

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    Thanks, all!

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center product names on Shop Page Only’ is closed to new replies.