- This topic has 1 reply, 2 voices, and was last updated 1 year, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi
Is there any way to delete the dotted line in the sub-category on the right sidebar?
My website is https://gretavoyage.com/
Thank you !
G
Hi,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
#categories-4 li {
border-style: none;
}
Kind Regard