Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #546651

    Is there an easy way to change the title for our blog articles to H2?
    I can’t find any way to modify without css.

    #546689

    Hi allyson2!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     .entry-content-wrapper .post-title {
        font-size: 25px;
    }

    and adjust as needed

    Cheers!
    Yigit

    #546694

    Yigit, awesome.

    And how can I change the color?

    #546712

    Hi!

    Please add following code to Quick CSS as well

     .entry-content-wrapper .post-title {
    color: blue !important;
    }

    Regards,
    Yigit

    #546714

    Yigit, I actually want it to be grey #666666. I’ve changed it to:

    .entry-content-wrapper .post-title {
    color: #666666 !important;
    }

    but it doesn’t seem to work. Ideas?

    #546716

    Hey!

    Please try using .post h1.post-title instead and let us know if it worked :-)

    Regards,
    Basilis

    #546717

    Nope Basilis, that doesn’t work either.

    Any other ideas?

    #547074

    Hi!

    Please add following code to Quick CSS

    .post h1.post-title a {
        color: #666666!important;
    }

    Best regards,
    Yigit

    #547117

    Nope, that changes it back to what it was in the beginning.

    The only thing that helps is adding the following (with changing 25 to 28):

    .entry-content-wrapper .post-title {
    font-size: 25px;

    #547128

    Hi!

    Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page?

    Cheers!
    Yigit

    #547132

    Yigit,

    The size (28 pt) is great. I just want it to be grey #666666, not blue.

    #547137

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #547150

    If you can’t get it to work, I can live with the blue ;)

    #547155

    Hi!

    I added the code i posted here – https://kriesi.at/support/topic/increase-blog-header-font-size/#post-547074
    Please review your website now

    Cheers!
    Yigit

    #547169

    You ROCK Yigit! Thank you ;)

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Increase Blog Article Title Font Size’ is closed to new replies.