Home Forums WoodMart support forum Related Products

Related Products

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340799

    revalion
    Participant

    Hi,

    I would like to know, how can I change the title of related products (example 1) or hide it (example 2), and how can I change the font size and center it (example 3)?

    I attach the examples

    Thanks you.

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

    Hello,

    To change the title you need to use the loco translate plugin.

    You can also watch the video in our detailed documentation in the following link: https://www.youtube.com/watch?v=D3NsDdMzsls

    To change font size Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .related-products .title {
        text-align: center;
        font-size: 32px;
    }

    Best Regards

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