Author Name In Newsberg - Question | JoomShaper

Author Name In Newsberg

SS

Saint Maur International School

Template 8 months ago

Hello, I would like to display the author name under the title, but right now, only the date shows up. Could you uplease advise? Thanks https://www.guillaumeerard.com/daito-ryu-aiki-jujutsu/articles-daito-ryu-aiki-jujutsu/ueshiba-moriheis-mysterious-scrolls-aikijujutsu-mokuroku

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #183373

Hi,

Indeed, it was hidden by default. Please copy & use that Custom CSS:

.view-article .article-details .newsberg-details-img-wrapper .img-top-wrap .article-info:last-child .createdby {
  display: inline-block;}

    .view-article .article-details .newsberg-details-img-wrapper .img-top-wrap .article-info:last-child .published::before {
  display: inline-block;}

.view-article .article-details .newsberg-details-img-wrapper .img-top-wrap .article-info:last-child .published {margin: 0 5px;}
.article-details .article-info {margin: 10px auto; display: block; text-align: center;}
0
SS
Saint Maur International School
Accepted Answer
8 months ago #183374

Perfect, thank you Paul.

0