Home Forums WoodMart support forum How Can I Change the Shop Page and Categories Names (page title) Position

How Can I Change the Shop Page and Categories Names (page title) Position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #536007

    alexgeo
    Participant

    Hi,

    I would like the name of each category and shop page to appear between the Breadcrumbs and the subcategories, instead of appearing above the “Image for the category page title”. How can the above be done?

    The full width image (Image for the category page title) we want to remain and only the title appears in the place we mentioned.

    We are also sending you a screenshot showing the point where we want to insert the names of the categories and the shop page.

    Thank you in advance!

    Attachments:
    You must be logged in to view attached files.
    #536507

    Hung Pham
    Keymaster

    Hi alexgeo,

    Thanks for reaching to us and appreciate your patience.

    Sorry, but your answer is a bit unclear to me. If you want to place title like the screenshot you provided, so there are 2 page titles in the page? Please describe in more details, this will allow me to thoroughly investigate and address your concerns in a more efficient.

    Regards,

    #536866

    alexgeo
    Participant

    Hi,
    We will need the following for the shop page and the product categories pages:

    We want the full width image to remain (which we can add for example from the field Product> Categories> Edit Category> Image for the category page title), without the page title appearing over the photo.

    We want the page title to appear at the point we indicated through the screen shot.

    In summary, we want the following two requests:

    the full width image should remain, but the page title should appear once at the point we mentioned.

    #537084

    Hung Pham
    Keymaster

    Hi alexgeo,

    1. You can edit the Layout > use WooCommerce title widget https://prnt.sc/oL2NCpmLIc6L

    2. In order to hide Page title above Heading image for Shop and Categories pages, please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .post-type-archive-product .page-title .title-size-large .title,
    .tax-product_cat .title-size-large .title,
    .tax-product_cat .page-title .wd-back-btn.wd-style-icon>a:before{
        font-size: 0;
    }

    You may need to increase padding top and bottom of Page Title widget as well https://prnt.sc/nXZdHcG1vtPH

    Regards,

Viewing 4 posts - 1 through 4 (of 4 total)