• Resolved supercafe

    (@supercafe)


    Hi,

    I am really enjoying using the Trident theme and am looking forward to further updates. In the meantime, I would like to hide the author box displaying at the end of each article. I tried all the CSS provided on various internet sites but none of them would work, and the option is not available in the theme menu.

    Could you please provide a solution?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Qlue

    (@qlue)

    Hi,

    Can you try this?

    Add the following CSS to Appearance > Theme Options > Advanced

    #author-title {
      display: none;
    }
    #authorbio {
      display: none;
    }

    Hope this helps ??

    Thread Starter supercafe

    (@supercafe)

    it worked!
    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide the "about the author" box’ is closed to new replies.