Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1286083
Changing Post Title Size
Closed

Comments

  • Christian277 started the conversation

    Hey,

    i want to change the Post Title Size and do it with custom css. Could you help me out what i have to write in it?

    Is there a document with often used and helpful css snippets for the theme?

  •  2,699
    PenciDesign replied

    Hi,

    If you want to change the posts title on single post page, you can check option for it in Customize > Single Options > Custom Font Size for Posts Title.

    Make sure you're using latest version from this theme ( version 4.0.2 ) - If not, let's update this theme. You can check this guide to know how to update this theme.


    Best Regards,

    PenciDesign

  •   Christian277 replied privately
  •  2,699
    PenciDesign replied

    Hi,


    1/ You can change post title size on the classic layout by add more this code to Customize > Custom CSS:


    .header-standard.header-classic h2{ font-size: 35px; }

    Change number 35 to the size you want.

    2/ Please check options for it in Customize > Options & Colors for Sidebar.


    Best Regards,

    PenciDesign

  • Christian277 replied

    Thanks.


    Strangely it just widens the space between paragraphs in the post title. Could you look again?

  •  2,699
    PenciDesign replied

    Hi,


    Please try again with this code:

    .header-standard.header-classic h2 a{ font-size: 35px; }

    Best Regards,

    PenciDesign

  • Christian277 replied

    Thanks, worked!


    Now i want to change the font of the quote style 1 in my posts. How do i do it?

  •  2,699
    PenciDesign replied

    Hi,

    Currently the font for blockquote will follow the font of body text. You can change the font of body text via Customize > General Options > Font for Body Text.

    This theme doesn't support change font for only blockquote, because this theme has a lot of elements like this and we can't support to change the font for each element

    Best Regards,

    PenciDesign


  • Christian277 replied

    Hi, i want to change the thickness of the post title on a post, not only on the first "blog" page. What ist the Css for it? I use this for the thickness in "blog" page. Thanks


    .header-standard.header-classic h2 a{ font-weight: 400; }

  •  2,699
    PenciDesign replied

    Hi,

    To change the font weight of posts title on a posts, please use this code:

    .header-standard .post-title{ font-weight: 400; }


    Best Regards,

    PenciDesign