Archived topic
Change border for "Tasty"?
3 replies · Started by Jonathan on January 3, 2019
Viewing posts 1–4 of 4
Hi,
I am using "Tasty" theme.
Index page of this do not have border for each post.
I would like each post to have border on index page like "Mellow" or "Marketer" theme.
What can I do?
Thanks so much in advance :D
Hi there,
you will need to set the Customizer> Layout > Container to Separate Containers.
Then this CSS is what Marketer uses:
.inside-article, .sidebar .widget, .comments-area {
border: 1px solid rgba(232, 234, 237, 1);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
Fantastic.
Working beautifully.
Thank you so much :D
Glad to be of help.
This archived topic is closed to new replies.