Answer the question
In order to leave comments, you need to log in
How to remove unwanted elements from an Actema WordPress theme?
Hello!
I want to ask you to help me figure out this issue:
Please help me, how can I remove these unnecessary elements from the WordPress theme (screenshot attached) - here is the site with the theme.
autolines.com.ua
Please, please help!
Thanks to!
Answer the question
In order to leave comments, you need to log in
Hello!
If you need to delete it, then you need to look at the code in the topic.
And so you can hide "remove" it with CSS.
It is given by the before and after pseudo elements
html .section-title::before, html .section-title::after {
display: none !important;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question