Viewing 1 replies (of 1 total)
  • Plugin Author Pratik Chaskar

    (@pratikchaskar)

    Hello there,

    You can use following CSS code to make article name, author & description text bold.

    .snippet-data-img [itemprop="name"],
    .snippet-data-img [itemprop="author"],
    .snippet-data-img [itemprop="description"] {
    	font-weight: bold;
    }

    Hope it will help you.

    Regards,
    Pratik

Viewing 1 replies (of 1 total)
  • The topic ‘How to make titles in bold’ is closed to new replies.