Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #285034

    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 !

    #285126

    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

    #285183

    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!

    #285186

    Hi!

    You are welcome, glad it worked :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to delete the Permanent Link text/hover text in the headline Page Title’ is closed to new replies.