Home › Forums › WordPress Themes › Laxuary › Removing site title in the background of headers › Reply To: Removing site title in the background of headers
June 7, 2020 at 9:53 am
#9085
Adnan Shawkat
Keymaster
Hi there,
To remove this you can simply use a css code to achieve this. I’m providing you the code so that you can put it into your custom css in theme option or on child theme & you’ll be able to remove subheading.
.section-title span {
display: none;
}