I am trying to delete it this text hover effect on Page Titles.
If I am using a child theme and need to edit the php code, can you please advise the instructions? (i.e. Will I have to import every php file into child theme to be edited, and how will this effect future updates?)
Thank you !
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main-title.entry-title {
pointer-events: none;
}
Best regards,
Yigit
Brilliant, …it worked! Very happy that I did not have to change the PHP code on every page (saw that in older forum questions). Thank you!