[Support request] Sidebar Header and Button

Home Forums Support [Support request] Sidebar Header and Button

Home Forums Support Sidebar Header and Button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1555853
    Netranand

    Hi,

    How can I add a Header and a Button in the Sidebar just like the below site:-

    https://kitchenappliancehq.com/

    https://hottubownerhq.com/

    And also, please advise how to Round the image inside the side bar

    #1556809
    David
    Staff
    Customer Support

    Hi there,

    for the Header do you mean the Widget Title ?
    If so you style it using some CSS like so to match those sites:

    h2.widget-title {
        padding: 5px 10px;
        background-color: #000;
        color: #fff;
    }

    To create the rest of the layout would require some HTML and CSS.
    Do you have a site with the content in the sidebar that i can see ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.