Home Forums WordPress Themes – Premium Preferential Announcement Font Enlarged

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57761
    Alison Schuster
    Participant

    Is there a code snippet that will enlarge the “Announcement” Widget text? Thanks!

    #57763
    Bidur
    Moderator

    Hello Alison,

    If you’ve used custom html widget inside Announcement widget area you can directly customize it there. for instance; <span style="font-size: 23px;">Test Announcement</span>
    You can add the following css inside the additional css section of your customizer if you’ve selected text widget;

    #pref-announcement .textwidget p{
     font-size: 23px;
    }

    Let us know.
    Thanks!

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