Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #369428

    Hi there!

    I have a blog page on https://www.insanayatirim.com/blog/
    I changed H1 to H6 settings to optimize it. That blog page changed as well. The titles of blog posts are bigger now. Can you please explain how can I change it back without touching H1 to H6’s new settings?

    Thanks,
    Orhan

    #369549

    Hey erkuto!

    Please add following code to Quick CSS

    #top #wrap_all .header_color h3, #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3, #top #wrap_all .footer_color h3, #top #wrap_all .socket_color h3 {
    font-size: 15px; }

    Regards,
    Yigit

    #369557

    Hi Yigit,

    I added it but nothing changed.

    #369564

    Hi!

    Please try adding !important rule as following

    #top #wrap_all .header_color h3, #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3, #top #wrap_all .footer_color h3, #top #wrap_all .socket_color h3 {
    font-size: 15px!important;
    }

    Code is currently not being applied

    Best regards,
    Yigit

    #374689

    It is working, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog Page’ is closed to new replies.