Home Forums WoodMart support forum How do I edit Single Product Title

How do I edit Single Product Title

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

    shawnxign
    Participant

    How do I change the Product Title in terms of font, size and color?

    The presets on my advanced typography does not work.

    #282347

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    h1.product_title.wd-entities-title {
        font-size: 24px;
        color: red;
    }

    Or you can use the class “h1.product_title.wd-entities-title” in advanced typography.

    Regards.
    Xtemos Studios

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