• Resolved OB

    (@reburton3941)


    I posted this earlier with another problem, the dste. Well someone helped with the date but I still want to hide the author and Icon. I found a plug-in that hid the author but left the icon which is nice but short of the mark, It leaves me wondering, is it impossible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi OB,

    The following CSS code will remove the icon:

    .fa-user {
    	display: none;
    }

    And if you wish to remove the author name without the plugin, the following CSS will do that:

    .vcard {
    	display: none;
    }

    Hope this helps.

    Thread Starter OB

    (@reburton3941)

    You are a lifesaver! Thank you! I really appreciate that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hoping to hide the author and icon from my posts.’ is closed to new replies.