Thanks, but still I don’t understand how to proceed in practice. Maybe it is obvious, but I am really trying to learn If I am on the General page for the group, I was imagining something like “press HERE to get to your personal page”, with “HERE” containing the url to that page, but what url should I write there?
Also, bcworkz, can’t find your cart example in the post
I did the same as lakenjr, also because in the description at the beginning I found (in the list of CSS selectors):
All post titles in the lists:
.rpwwt-widget ul li a span.rpwwt-post-title
So I added, in the editor page of my theme, the code
.rpwwt-widget ul li a span.rpwwt-post-title{
font-weight: bold;
}
But it does not work. What am I doing wrong?