Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #336677
    Nathan Blair
    Participant

    I have been trying to remove the Author bio box from showing. I edited the template used for the page but still dont seem to be able to remove this

    Not sure what I am doing wrong but assistance in resolving this would be appreciated

    Website – https://majickfeathers.com.au

    Problem Page – https://majickfeathers.com.au/links-to-news-about-majick-feathers/

    #336681
    minal
    Keymaster

    Hello @Nathan Blair,

    It seems this author box comes from your aio SEO plugin

    If you find the author box from the edit template like this

    author

    it might work but this author box comes from the plugin you used so here is the CSS snippets for you to hide

    To add CSS to your system go to Dashboard>> Appearance >> Editor >> Front page or follow those images below

    templates

    edit

    add

    .wp-block-post-content .aioseo-author-bio-compact {
    
      display: none;
    
    }
    
    

    Sincerely,

    Minal

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.