• Resolved dantek71

    (@dantek71)


    Hi, I’ve got a rss feed that I would like the article title to be in bold and the published date to be in italic. You can refer to the screenshot.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Miguel Muscat

    (@mekku)

    Hi @dantek71,

    You can do this by using custom CSS. While on the home page of your site, click the Customize link on the top bar. Then, select Additional CSS.

    If you already have some CSS text, scroll down to the very bottom and add these lines:

    li.wpra-item > a {
        font-weight: bold;
    }
    li.wpra-item .feed-date {
        font-style: italic;
    }
    

    Finally, click Publish.

    Thread Starter dantek71

    (@dantek71)

    Hi Miguel,

    it worked! Thanks for the prompt reply.

    Plugin Contributor Miguel Muscat

    (@mekku)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need to bold feed title and italicse published date.’ is closed to new replies.