Hi:
Is there a CSS Code I can use to remove the “author box” at the bottom of posts?
Thanks,
Lou
You can use the following code:
.author-info {
display: none;
}
I tried it but didn’t work. Is there any documentation how we can edit similiar things?
You can try the following code:
.single.single-dwqa-question .geoit_author_box { display: none;}
It worked. But we have another problem.
When any user would like to click on the author link, they can reach to author profile. But this profile page is not correct. If the author both an article publisher on the site and author on the forum site, people just are able to see forum profile, not article publisher. Profile page in Forum area affects to standart profile pages. How we can merge them? Or how we can use standart profile page instead of Forum profile page?
Hi again Dominic,
Did you have any chance to look at the question?
Regards,
Yes, I sent and notified to our technical team about this issue, we are checking it.
Please login or Register to submit your answer