Home › Forums › WordPress Themes › Spaces in the font for subtitle in page option › Reply To: Spaces in the font for subtitle in page option
July 22, 2019 at 1:28 pm
#2672
Adnan Shawkat
Keymaster
For this you can use the following code:
.page-title h1 {
letter-spacing: inherit;
}
This will solve your issue for page title.