lkertesz
asked 5 years ago

Hi:
Is there a CSS Code I can use to remove the “author box” at the bottom of posts?
Thanks,
Lou

3 Answers
DominicStaff
answered 5 years ago

You can use the following code: 

.author-info {
   display: none;
}
mshowto
answered 5 years ago

I tried it but didn’t work. Is there any documentation how we can edit similiar things? 

Dominic Staff
replied 5 years ago

You can try the following code:
.single.single-dwqa-question .geoit_author_box { display: none;}

mshowto
replied 5 years ago

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?

mshowto
answered 5 years ago

Hi again Dominic,
Did you have any chance to look at the question?
Regards,
 

Dominic Staff
replied 5 years ago

Yes, I sent and notified to our technical team about this issue, we are checking it.

Powered by DW Question & Answer Pro