Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #628546

    Hi,

    I need the title size on my blog http://xandrianoir.com/blog-and-reviews/ bold and large so I changed the H3 size in Enfold->Advance Settings->H3 but it (of course) increased the size of all H3 on the size.

    How can I only increase the post title size and make it bold on blog page?

    can you please help?

    Regards,
    XN

    #628761

    Hey xa1970,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    h3.slide-entry-title.entry-title {
        font-size: 20px;
        font-weight: bold !important;
    }
    

    Best regards,
    Jordan

    #629685

    Thank you Jorden, it works.

    What if I need to make the posts titles bold as well?

    • This reply was modified 8 years, 6 months ago by xa1970.
    #629722

    Hi!

    Here it is

    .entry-content-wrapper .post-title {
    font-weight: bold; 
    }

    let us know if you need anything else from us.

    Cheers!
    Basilis

    #629793

    Hi,

    I don’t see it bold. Which Heading is it? And can you also please tell me which Heading is used for the body text? may be I can try changing from theme options.

    Thanks
    XANDRIA

    #630631

    Hi,

    try to add an !important this the previous code:

    .entry-content-wrapper .post-title {
    font-weight: bold !important; 
    } 
    

    Clear browser cache and hard refresh a few times.

    Yes you can change body font in theme options.

    Best regards,
    Andy

    #631906

    Thanks.

    Actually, when I open a post, it is not bold. Then I clear cache and refresh, it shows bold and then go back to the un-bold font.

    Perhaps, you may check here http://xandrianoir.com/blog-and-reviews/

    Regards,
    XN

    #632941

    Hi,

    all titles are bold for me:

    View post on imgur.com

    Could you fix it already?

    Please check on another computer as well.

    Best regards,
    Andy

    #635735

    HI,

    On blog main page, they show bold and are fine.
    But on posts they are not bold.

    Regards,
    XN

    #635992

    Hi,

    !important rule is missing in your code. Please use the code as following

    .entry-content-wrapper .post-title {
        font-weight: bold!important;
    }

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.