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 #1556940
Fonts size for title
Closed

Comments

  • BAUB started the conversation

    Hi Penci

    When i select different Title in my article back office ,the sizes of the font is always changing regarding the title selected . Could you please provide me a css or a trick to have all of them with a size of 16 in bold so it can't affect the structure of the website ?

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me a screenshot for the titles you said? Is it on a layout?


    Best Regards,

    PenciDesign

  •   BAUB replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Your codes is not correct, please use this code and replace with your current custom css code if you want to change font size for each heading title:

    .post-entry h1, .wpb_text_column h1{ font-size: 18px;  }
    .post-entry h2, .wpb_text_column h2{ font-size: 18px; }
    .post-entry h3, .wpb_text_column h3{ font-size: 18px; }
    .post-entry h4, .wpb_text_column h4{ font-size: 18px; }
    .post-entry h5, .wpb_text_column h5{ font-size: 18px; }
    .post-entry h6, .wpb_text_column h6{ font-size: 18px; }

    Best Regards,

    PenciDesign