[Support request] How Do I edit the Side bar widget separately from the footer widget

Home Forums Support [Support request] How Do I edit the Side bar widget separately from the footer widget

Home Forums Support How Do I edit the Side bar widget separately from the footer widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #963446
    Leo
    Staff
    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 🙂

    #964055
    Jude

    I have taken care of #3 and #4.

    Please also include CSS to adjust the line colour and thickness. Thank you

    #964295
    Leo
    Staff
    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.