Home Forums WoodMart support forum post title

post title

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #301347

    sharonl
    Participant

    Hello. How can I castamaize the title of a single post?
    I tried to insert in CSS global:

    .body .blog-post-loop.post-single-page .entry-title {
    font-size: 42px;
    }

    But it does not change anything.

    Also, how can I produce a template for a blog post?

    Thank you very much.

    #301423

    Hello,

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

    h1.wd-entities-title.title.post-title {
        font-size: 42px;
    }

    Best Regards

    #301765

    sharonl
    Participant

    Thank you. But it is didn’t work šŸ™

    #301803

    Hello,

    The CSS should work for the blog title on the blog page.

    Please provide a screenshot of the specific area which you are trying to change the font size to check it myself and help you out accordingly.

    Best Regards

    #301884

    sharonl
    Participant

    Thank you. Screenshot attached

    #301890

    sharonl
    Participant

    Second attempt to attach šŸ™‚

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

    Hello,

    I saw the screenshot you attached.

    Please Replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    h1.wd-entities-title.post-title {
        font-size: 60px;
    }

    Then clear cache and check back.

    Best Regards.

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