Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1305825
    Lorie
    Participant

    Hi there and thank you for the support in advance.

    I would like to set a different headline font for the post summaries that appear on the archive pages and category pages – also the main blog page. I would also like to use a different headline font for the sidebar. Basically I love the italics for the larger headlines on these pages, but not for the smaller titles.

    http://www.ponydreams.com/category/pony-tales/

    Thanks!

    #1305855
    Rupok
    Member

    Hi there,

    Thanks for writing in! I am not entirely sure which element you are referring. Are you referring the post title or excerpt text? – http://prntscr.com/doi646

    You can add a screenshot to point them.

    For the widget title on sidebar, you can add this under Custom > CSS in the Customizer.

    .h-widget {
      font-style: italic;
    }

    Hope this helps.

    Cheers!

    #1305963
    Lorie
    Participant

    Thanks. I’m referring to the post title.

    #1305997
    Nabeel A
    Moderator

    Hi again,

    You can try adding the following code in your Customizer:

    .x-iso-container-posts.cols-2 .entry-title {
        font-size: 35px !important;
        font-family: Arial !important;
    }

    Let us know how this goes!

    #1306031
    Lorie
    Participant

    Wow! You guys are getting super fast. It used to take a day or more and now it’s almost instant. That worked perfectly.

    #1306042
    Rupok
    Member

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1305825 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>