[Resolved] Remove Italics from Sidebar Widget Titles?

Home Forums Support [Resolved] Remove Italics from Sidebar Widget Titles?

Home Forums Support Remove Italics from Sidebar Widget Titles?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1042660
    James

    Can you please tell me how I can make my sidebar widget titles “normal” instead of italics? I don’t think it’s from any CSS code I have changed, I did have a look. This is my site at http://www.MiramichiReader.ca
    Thanks,

    #1042672
    Leo
    Staff
    Customer Support

    Hi there,

    It’s from this CSS you’ve added:
    https://www.screencast.com/t/tNCf630Z

    Let me know if this helps ๐Ÿ™‚

    #1042680
    James

    <head slap>
    Thanks, Leo!

    #1042685
    James

    I just noticed that when I implemented that fix, my post titles are now non-italicized on my Home page, which I do not want them to be. They are italicized on single post pages.

    #1042687
    Leo
    Staff
    Customer Support

    Try this CSS instead:

    h2.entry-title {
        font-style: italic;
    }
    #1042689
    James

    Bingo! Thanks!!

    #1042691
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.