Hi Chillmen,
I completely understand your concern regarding the Post title block using h1 till h6 tags. Adding a “p” tag to the selection is feasible through custom code or custom CSS.
For a sample Custom CSS solution:
- Go to your dashboard.
- Navigate to “Appearance.”
- Click on “Customize.”
- Look for “Additional CSS” or “Custom CSS.”
- Paste the following code:
.your-post-title-class p { /* Your custom styles for the "p" tag go here */ font-size: 16px; color: #333; /* Add more styles as needed */ }
6) Make sure to replace .your-post-title-class with the actual class of your post title block.
Check out this link -> https://share.zight.com/DOuPEN4W
To provide you with a more accurate solution, could you please specify the theme or block you’re currently using? This will help me guide you on whether there’s an option within the builder itself or if we need to implement custom code.
Best regards,
Alexander