Home Forums WoodMart support forum Page Heading font size

Page Heading font size

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

    seanxie83
    Participant

    Hello
    Could you let me know where to edit the font size for the page heading font size? I’d like to reduce the font size while maintaining the heading background image size as large. This affects a few sections including Category, Wishlist, My Account, etc.

    Please see screenshot

    Thanks!
    Sean

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

    Hello,

    Page title can be customized with CSS. Here is CSS to customize the 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.

    Best Regards

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