Site logo

Archived topic

Sidebar Header and Button

1 reply · Started by Netranand on November 28, 2020

Viewing posts 1–2 of 2

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 ?

This archived topic is closed to new replies.