Avatar is Not Rendering In Article Details Page - Question | JoomShaper

Avatar is Not Rendering In Article Details Page

R

Rixie

Helix Framework 3 years ago

I'm using https://www.easy-profile.com/ profile component. Can you give a hint to how I can fix this?

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #11619

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please add this css code inside the custom.css file.

.article-details .lassons-article-details-content-info-block .article-info .createdby img {
    display: initial;
}

img.img-responsive.author-img {
    display: none !important;
}

-Thanks

0