How To Remove Author Information Column From Article Pages - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Remove Author Information Column From Article Pages

CS

Carlton Stout

Template 3 years ago

using the Floox template (default theme)... I tried adjusting the option settings in the article and global article settings but I still can't get the author infomation block removed. I believe this is a "author-info" div class but I don't know how to remove it from the template.

0
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #95353

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #95356

Hi Carlton,

If Article or Menu item settings somehow didn't help, you have to use custom CSS.

But as least now - I see only article content without date nor author.

0
CS
Carlton Stout
Accepted Answer
3 years ago #95358

see hidden content question

0
CS
Carlton Stout
Accepted Answer
3 years ago #95359

Hi Paul, Thank you for the follow up. Yes the author info is not showing but the spacing block is still there and disrupts the layout.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #95361

that on the left side...right?

0
CS
Carlton Stout
Accepted Answer
3 years ago #95362

Yes

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #95363

Use following custom CSS to fix/hide it for all articles

.view-article  .row.article-details-wrap > .col-sm-3 {display: none; width:0;}
.view-article  .row.article-details-wrap > .col-sm-9 {width: 99%;}

Or only 4 that one

.itemid-802  .row.article-details-wrap > .col-sm-3 {display: none; width:0;}
.itemid-802  .row.article-details-wrap > .col-sm-9 {width: 99%;}

Template Options > Custom Code > Custom CSS

Number 802 is not taken from NASA, I just used menu item ID for that subpage.

1
CS
Carlton Stout
Accepted Answer
3 years ago #95365

Great. Solved. Thank you Paul

0