Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #740387

    Hi,
    I published a new post but for the second time I notice that H2 is wider than others. Why?
    I don’t modified settings!!!

    #740391

    Hi neonlights79!

    Please add following code to Quick CSS

    .entry-content h2.p1, .entry-content h2.p2 { font-size: 18px; }

    Cheers!
    Yigit

    #740409

    I have already this but I don’t changed settings
    .entry-content h2.p1 {
    font-size: 18px;
    color: #d600b2;
    }

    #740566

    Hi Yigit, I added this code and it works fine
    .entry-content h2.p2 {
    line-height: 35px;
    }
    .entry-content h2.p2 {
    font-size: 18px;
    color: #d600b2;
    }

    But if I delete this code from Quick css, what happens?

    .entry-content h2.p1 {
    font-size: 18px;
    color: #d600b2;
    }
    .entry-content h2.p1 {
    line-height: 35px;
    }

    Thanks

    #740661

    Hi,

    You can simply mix the two codes as following

    .entry-content h2.p1,.entry-content h2.p2 {
    line-height: 35px;
    font-size: 18px;
    color: #d600b2;
    }

    Best regards,
    Yigit

    #740673

    Ok perfect.
    I want to tell you that I published another thread about with this code #740395:
    Hi,
    I set the home page items on the grid but on the mobile are seen badly. What can I do?
    I want that on mobile the post to be one below the other such as http://www.fraintesa.it

    For me it’s very important to solve this problem because I already published this post and If anyone sees this post on mobile does not come back to my site.
    Thanks for your time

    Luigina

    #741197

    Hi Luigina!

    I just replied to your other thread. Let us continue there :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘h2 content’ is closed to new replies.