- This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hello I have been trying to remove the dash? line
front and back of tagline.
“___”tagline”___”
could you help me how to set up?
Thank you very much for your support in advance
Hi Naho,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.site-description:before {
display: none !important;
}
.site-description:after {
display: none !important;
}
Kind Regards
Thank you very much.
The problem has solved
You are welcome. Feel free to contact us anytime.
Kind Regards