If you are familiar with CSS add this rule to the theme style:
.rpwwt-post-title {
font-weight: bold;
}
Hi Martin,
Thank you for the suggestion. I tried it in a couple of places in my style.css file for my theme and nothing worked. So, I probably did it wrong. Oh well, it’s not a big deal. I may see if I can find someone who can do it for me and pay them to do it. I just don’t want to mess up the theme, so I don’t think I’ll keep trying. The theme author suggested creating a child theme for changes and I’m not sure how to do that as I am new to WordPress.
Thank you for your help. I appreciate your time on my request. Have a nice weekend. 🙂
Chris
I use the following css to emphasise post titles. If you can get it to work, you could then experiment to produce exactly the effect you require. I got the css from elsewhere in this forum.
.rpwwt-widget ul li a span.rpwwt-post-title { font-size: 2em; }
-
This reply was modified 9 years, 8 months ago by
lakenjr.
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?
If you tell me the address of your website I could take a look at the code.