Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1441012

    Hi there
    I have a blog posts section added to a page and want to change the heading style from the default post-title entry-title for the H2 to just a custom size – but just for the blog posts not changing the H2 tag size for the rest of the site. Is that possible?

    Cheers
    Natasha

    #1441016

    ***And sorry just to add to this topic – how to chnage the size to be smaller for mobile screens as well.

    Hi there
    I have a blog posts section added to a page and want to change the heading style from the default post-title entry-title for the H2 to just a custom size – but just for the blog posts not changing the H2 tag size for the rest of the site. Is that possible?

    Cheers
    Natasha

    #1441032

    Hi,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1441093

    Hey Rikard

    Yes sure thing here you go: https://dowsingaustralia.com.au/articles/

    And for an individual post same thing please:

    Also is there a way to change the image dimensions on an individual blog post? its hard to find images that are always landscape like the default sizing – be good to be able to just have whatever the orgianl image size is if possible.

    Cheers
    Natasha

    • This reply was modified 6 months, 4 weeks ago by xfacta.
    #1441188

    Hi,
    To change the post h2 font size, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .all_colors .post-entry h2.post-title.entry-title {
    	font-size: 20px;
    }

    adjust the font-size to suit.

    Best regards,
    Mike

    #1441232

    Hey Mike

    Great that worked thank you :-)

    Individual blog posts: I also needed for an individual post same thing please.

    And also is there a way to change the image dimensions on an individual blog post? its hard to find images that are always landscape like the default sizing – be good to be able to just have whatever the original image size is if possible.

    Cheers
    Natasha

    #1441294

    Hi,
    To change the h1 font size on single posts try this css:

    #top.single-post #wrap_all .all_colors .post-entry h1.post-title.entry-title {
    	font-size: 20px;
    }

    I’m not sure what you mean by changing your image size, when you upload an image WordPress creates thumbnails of it to be used in different situations, often cropping your image, but for best results you should resize you image before you upload it, here is a free online resizer. If you need further help with this please open a new thread and explain in more detail including the sie you want the image to show and what size you are uploading.
    Please note that we ask that you create a new thread for each issue, this helps other users find solutions based on the opening subject line quicker and helps keep the thread length manageable and on topic for multiple mods to assist. Thank you for your understanding.

    Best regards,
    Mike

    #1441357

    hey Mike thanks that worked :-)

    ok will do re blog image size

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog posts section heading style’ is closed to new replies.