Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #133344
    benderpc
    Participant

    I see how to change the font color and font family of the various elements in the Decree Pro theme but how can I change the font size of the different elements?

    Right now specifically I am interested in increasing the font size of the tagline.
    (see http://www.b2bcollectionlaw.com under development)

    Thanks

    #133355
    Skandha
    Participant

    @benderpc: To change the font size of different elements you will need to add a bit of CSS Code.
    To increase font size of the tagline
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-description {
        font-size:20px;
    }

    You can change the font-size:”value” according to your requirement.
    Let me know if this solves your issue.

    Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing Font Size’ is closed to new replies.