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

    Hi… I would like to disable the author link on my blog posts. I want to display the author name… just make it where it’s not a link. How do I do this?

    Thank you in advance.

    #1048020

    Hey patrickpriest81,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    .entry-author-link a {
        pointer-events: none;
    }
    
    
    

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1203582

    Sorry
    You can delete this answer, I wrote it by mistake

    • This reply was modified 4 years, 6 months ago by manurimini.
    #1203705

    Hi manurimini,

    No worries :)

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable Author Link’ is closed to new replies.