Home › Forums › Support › How Do I edit the Side bar widget separately from the footer widget This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 20, 2019 at 6:57 pm #963058 Jude How do I edit my side widget separately from the footer widget? I need to edit the widget title and Underline it. I also want to also need to edit some features as shown in this image http://prntscr.com/ohvu44 July 21, 2019 at 8:16 am #963446 LeoStaff Customer Support Hi there, Try this for underline widget title: .sidebar h2.widget-title { text-decoration: underline; text-decoration-color: yellow; } I’m not sure what you are referring to #2 and #3. Can you explain a bit? Let me know 🙂 July 22, 2019 at 6:16 am #964055 Jude I have taken care of #3 and #4. Please also include CSS to adjust the line colour and thickness. Thank you July 22, 2019 at 9:19 am #964295 LeoStaff Customer Support We would need to use border property instead of text-decoration: .sidebar h2.widget-title { border-bottom: 2px solid #000; display: inline-block; } 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