• Resolved raptureforums

    (@raptureforums)


    Hi,
    I’d like to say this plugin of Martin’s is very good. Thank you for such an outstanding plugin Martin!

    I do have one question about how to make the list of recent post titles bold? Right now on my site the recent post titles look the same as the excerpt text. I’d like to have them be bolded to stand out. Can you please tell me how to do this?

    I looked and did not see this question asked, but if it has been asked will you please direct me to the appropriate URL?

    Thank you for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    If you are familiar with CSS add this rule to the theme style:

    .rpwwt-post-title {
        font-weight: bold;
    }
    Thread Starter raptureforums

    (@raptureforums)

    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 8 years, 6 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?

    Plugin Author Martin Stehle

    (@hinjiriyo)

    If you tell me the address of your website I could take a look at the code.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make post titles bold?’ is closed to new replies.