Site logo

Archived topic

Removing Border on Sidebar

1 reply · Started by Brandon on January 31, 2019

Viewing posts 1–2 of 2

I am using Tasty on my blog. How do I remove the 1 point border around the sidebar widgets?

Hi there,

Go into "Customize > Additional CSS", and find this CSS:

.sidebar {
    border: 1px solid rgba(0,0,0,.1);
    border-top: 0;
}

Remove it and you'll be good to go :)

This archived topic is closed to new replies.