[Resolved] Changing text to Italics

Home Forums Support [Resolved] Changing text to Italics

Home Forums Support Changing text to Italics

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #398929
    William

    I’ve tried everything to get a certain piece of font to be in italics but nothing seems to affect it. I’m guessing its just being overridden by some other CSS somewhere.

    I’m trying to make the font within the speech bubbles italic.
    Link to website: http://www.smartdogstudio.co.uk/

    #399051
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    .speech-bubble-text {
        font-style: italic;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #399057
    William

    Still nothing… Is it something to do with google fonts?

    #399058
    William

    Ah this worked
    .speech-bubble-text {
    font-style: italic !important;
    }

    #399063
    Leo
    Staff
    Customer Support

    This should also work:

    .textwidget .speech-bubble-text {
        font-style: italic;
    }
    #399065
    William

    Ah yes, that works also. Thanks a lot!

    #399107
    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.