I would like to change the "font-weight" of the user profile (from the menu - my profile). In the custom CSS code I entered this code:
# wpforo-wrap .wpforo-profile-wrap .profile-display-name {
    font-size: 20px;
    text-shadow: 0px 0px #fefefe;
    line-height: 24px;
    font-weight: 400! important;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 40px;
    padding-top: 50px;
}
But unfortunately it works ONLY after cleaning the cache. After requesting the profile again, the font-weight returns to the standard 200. How is this possible?
How can I make the change permanent?
Thank you
I tried them all but it still does not work. I do not understand; it should be a simple thing compared to certain changes I've made.
Please try this CSS code, it should change the font-weight of the user profile:
#wpforo #wpforo-wrap .wpf-profile-data-wrap .profile-display-name {
font-weight: 400 !important;
}
Sofy, this is the address of the forum and the users address
https://valledeicavalieri.it/wp/forum/
https://valledeicavalieri.it/wp/forum/account/roberto-brucellaria/
try now