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 #1948717
Font Color
Closed

Comments

  • amydyslex started the conversation

    Hi,

    How do I change the font color, size and type for anywhere especially the posts and H1 to H

  •  2,699
    PenciDesign replied

    Hi,

    I don't clearly about your question, can you tell me exactly where & what you want to change?


    Best Regards,

    PenciDesign

  • amydyslex replied

    How do I change the color of the font for single post:

    Where do I edit the styles (color and size) for headings (H1...H6)?

    Where do I edit the paragraph before and after spacing for single post?

  •  2,699
    PenciDesign replied

    Hi,

    1/ To change general color for the text on single posts, please add more this code to Customize > General Options:

    .post-entry, .post-entry p{ color: #000000; }

    Change color code 000000 to any color code as you want. You can get a color code here

    2/ To change the font size for h1,,h6 - check option for it via Customize > Single Post Options.

    To change color for h1...h6, please add more this code to Customize > General Options:

    .post-entry h1{ color: #000000; }
    .post-entry h2{ color: #000000; }
    .post-entry h3{ color: #000000; }
    .post-entry h4{ color: #000000; }
    .post-entry h5{ color: #000000; }
    .post-entry h6{ color: #000000; }

    3/ To do that, please add more this code to Customize > General Options:

    .post-entry p{ margin-bottom: 30px; }

    Change value 30 on the above code to any value as you want.


    Best Regards,

    PenciDesign

  • amydyslex replied

    Thankyou.

    Also,

    How can I make the font size of sidebar content different than the font size for single post?

    How to change the font type and color of the breadcrumb menu on top of single post?

    How to change the font color and size for the post titles in related post widget (for sidebar)?

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please add more this code to Customize > Custom CSS to do that:

    .penci-sidebar-content, .penci-sidebar-content p{ font-size: 15px; }
    

    Change value 15 to any values as you want.

    2/ Sorry this theme doesn't support change the font type for only breadcrumbs. The font for breadcrumbs will follow the font for heading titles you've selected via Customize > General Options > Font for Heading Titles

    3/ Please add more this code to Customize > Custom CSS to do that:

    .widget ul.side-newsfeed li.featured-news .side-item .side-item-text h4 a{ font-size: 20px; }
    .widget ul.penci-feed-2columns li .side-item .side-item-text h4 a{ font-size: 16px; }
    .widget ul.side-newsfeed li .side-item .side-item-text h4 a,
    .widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover{ color: #ff0000; }

    Best Regards,

    PenciDesign