[Resolved] Change Specific Size Widget Title (Mobile Only)

Home Forums Support [Resolved] Change Specific Size Widget Title (Mobile Only)

Home Forums Support Change Specific Size Widget Title (Mobile Only)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #684653
    Feri

    Hi,

    At front page of my weblog, before footer, there is a Section for Subscribe Jetpack.
    I want to change size font title (text “Subscribe”, only for this text) but only for mobile view.

    Is it possible?

    Thanks

    #684674
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    @media (max-width: 768px) {
        .jetpack_subscription_widget h2.widgettitle {
            font-size: 20px;
        }
    }

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

    Let me know πŸ™‚

    #684745
    Feri

    Hi Leo,

    Thank you,

    But the code change top post widget.

    what i want is to change size title font for “Subscribe” https://prnt.sc/kxxo3v

    #685152
    Leo
    Staff
    Customer Support

    Edited the code above.

    Let me know πŸ™‚

    #685157
    Feri

    thank you, leo. done.

    #685160
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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