Your Time:
Our Time:
← Back to discussions

Blog Post

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 3 replies, 3 voices, and was last updated 8 years, 11 months ago by Fem.

  • 2017-09-25 at 7:24 am
    Support Expired
    #21864
    lolitasmith
    Participant
    • Topics: 6
    • Replies: 21
    • Total posts: 27
    • Post count: 27

    How do I use one font and font size in the blog post? I want to use normal font on blog posts.

    See the problem here: http://www.swifttermitecontrol.com/choosing-a-termite-control-company/

    Thank you.

    2017-09-25 at 12:54 pm
    #21865
    Wajid Khan
    Keymaster
    • Topics: 5
    • Replies: 1543
    • Total posts: 1548
    • Post count: 1876

    Hello,

    For changing font name that can be managed from anona theme options panel and for changing the specific font size you need to inspect following elements copy the class name and add it custom css section in theme options panel. I hope answered your question.

    Thank you

    2017-09-26 at 2:53 am
    Support Expired
    #21872
    lolitasmith
    Participant
    • Topics: 6
    • Replies: 21
    • Total posts: 27
    • Post count: 27

    Thank you. Is there a way to edit the first letter? I can’t find anything when I inspect elements.
    Thanks.

    2017-09-26 at 12:03 pm
    #21880
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    The first element is taken by the pseudo class and will be there in the CSS.

    .singlepost .entry-content > p:nth-child(1) { font-size: 21px; }
    .singlepost .entry-content > p:first-of-type:first-letter {
    	float: left;
        margin: 10px 10px 0 0;
        font-size: 60px;
        font-weight: bold;
        line-height: 45px;
    }

You must be logged in to reply to this topic.