How do I hide 'Written by Superuser

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 11, 2013 1:44 am
Reply with quote
Report this post
How do I turn Ioff 'Written by Superuser'? I when through, menu, Articles, global config and K2 setting and still could not turn it off.
User avatar
Junior Boarder

GK User
Thu Jul 11, 2013 4:12 am
Reply with quote
Report this post
Following is css code for Joomla Article and K2 Items which will hide Author from display.

Code: Select all
li.createdby, li.itemAuthor {display: none!important;}


You can add the code in css/override.css file located in template folder and enable css override option in template settings > advanced settings > css override "on".

See you around...
User avatar
Platinum Boarder

GK User
Thu Jul 11, 2013 4:28 pm
Reply with quote
Report this post
normanUK wrote:Following is css code for Joomla Article and K2 Items which will hide Author from display.

Code: Select all
li.createdby, li.itemAuthor {display: none!important;}


You can add the code in css/override.css file located in template folder and enable css override option in template settings > advanced settings > css override "on".

See you around...


Worked Perfectly. :D :D :D
User avatar
Junior Boarder

GK User
Thu Jul 11, 2013 9:47 pm
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron