Home Forums WoodMart support forum shop, entry title size and color

shop, entry title size and color

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

    cumenda
    Participant

    Hi,
    could You please let me know how customize the size and the color of the entry title of shop page.
    Please find attached screenshot

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

    Hello,

    Here is CSS to customize page title

    .page-title.color-scheme-light .entry-title {
        color: red;
        font-size:12px;
    }

    Replace the values as per your needs and add the code to Theme Settings > Custom CSS.

    Please note, there is no possibility to customize the title only on shop page, this code will change all the pages titles.

    Best Regards

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