Archived topic
Sidebar Header and Button
1 reply · Started by Netranand on November 28, 2020
Viewing posts 1–2 of 2
Hi,
How can I add a Header and a Button in the Sidebar just like the below site:-
https://kitchenappliancehq.com/
And also, please advise how to Round the image inside the side bar
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.