Home › Forums › Support › How I can create this style for my widgets titles? This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 2, 2023 at 8:57 am #2480915 Anonymous Hello, How I can create this style with the full background red for my widget titles like it shows on the website below on widgets titles “Features, Forum Topics, Most read and so on.” Also, I would like to add this style for my sections titles. Thanks, Sara January 2, 2023 at 9:49 am #2480960 DavidStaff Customer Support Hi there, you can add some CSS to target the H2 in the single post and in the sidebar : .single-post h2, .sidebar h2 { padding: 5px; background-color: #f00; color: #fff; text-shadow: 1px 1px 2px rgba(0,0,0,.3); } January 4, 2023 at 3:40 am #2483171 Anonymous Hello David, How I can do the same for Single Post layout on the Comments Section so title “Leave a Comment” has same red style? Thanks! January 4, 2023 at 4:29 am #2483224 DavidStaff Customer Support You can include the #reply-title selector in your CSS: .single-post h2, .sidebar h2, #reply-title { padding: 5px; background-color: #f00; color: #fff; text-shadow: 1px 1px 2px rgba(0,0,0,.3); } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In