user reputation

5.92K viewsWordPress
0

Under ans press options, users, Disable reputation for user is checked off. However, reputation still shows up under a user’s profile. How do I fix this?

0

@quaker, did you use a custom css plugin ?

1

Hello,

On custom css add this :

#anspress .ap-about-block {
    position: relative;
    display: none;
}

Azman – appreciate the help. But I added this to the css and it did not seem to have any effect