Change font of blog sidebar and byline

  • Posted in : Read WP
  • CrocusReview
    Participant

    How can I change the font style of the sidebar headings and the byline on blog pages?

    Mehmet S.
    Keymaster

    Hi,

    Use this in your custom css field:

    #secondary h3.widget-title { font-family: "Georgia"; }
    

    Thanks

    CrocusReview
    Participant

    How can I change the font of the by-line (that includes author, post date, etc.) on blog posts to Open Sans font?

    I tried adding this to my custom css field, but nothing changed:

    #secondary h3.widget-title { font-family: “Open Sans”; }

    Also, how can I change the alignment of the by-line from centered to left-margin?

    Thanks,

    Gary

    Mehmet S.
    Keymaster

    Use theme customizer to change fonts. Appearance > Customize.

    To left align:

    .entry-meta { text-align: left; }
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register