Home › Forums › WoodMart support forum › post title post title This topic has 6 replies, 2 voices, and was last updated 3 years, 5 months ago by Aizaz Imtiaz Awan. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts June 22, 2021 at 9:52 am #301347 sharonlParticipant 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. June 22, 2021 at 12:50 pm #301423 Aizaz Imtiaz AwanKeymaster 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 June 23, 2021 at 11:35 am #301765 sharonlParticipant Thank you. But it is didn’t work 🙁 June 23, 2021 at 12:31 pm #301803 Aizaz Imtiaz AwanKeymaster 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 June 23, 2021 at 2:37 pm #301884 sharonlParticipant Thank you. Screenshot attached June 23, 2021 at 2:42 pm #301890 sharonlParticipant Second attempt to attach 🙂 Attachments:You must be logged in to view attached files. June 24, 2021 at 6:04 am #302047 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to create new topics. Login / Register