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
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
Hi Yigit,
I added it but nothing changed.
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
It is working, thanks!