Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Barry Kooij

    (@barrykooij)

    The title’s are in a anchor tag so you could for example make them bold with the following CSS:

    .rp4wp-related-post-content a { font-weight: bold; }

    Thread Starter deriksx

    (@deriksx)

    Great !!
    Thanks a lot, I do not have a lot expirience in css .

    It works !!!.

    emm, heading can change too with tag h1 h2 h3 ?, I mean ”related posts” heading ?

    Plugin Author Barry Kooij

    (@barrykooij)

    They’re h3 tags by default, you can style them like this:

    .rp4wp-related-posts h3 { /*your styling*/ }

    They should be bold by default. If they’re not, you can use this:

    .rp4wp-related-posts h3 { font-weight: bold; }

    Thread Starter deriksx

    (@deriksx)

    Ok, Thanks a lot.

    Have a nice weekends to you and your family.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Format related posts style and bold’ is closed to new replies.