Change Title Siz of Related Posts

Hi there, when im in a blogpost there will be The "Related Post" Section underneath. The Titles of Posts in this section is H4 (i think) and i want to change that to H5. How can i do that?


Comments

  • Hello,

    If you would like only to change its size, then it can be done with custom CSS code, and I can help you with writing it.

    But changing the whole HTML tag, then it requires theme file modification. We do not provide help with such customization, and you should contact your web developer.


    Thanks

  • Yeah just making it smaller would be good

  • Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    .section-post-related .post-related .desc h4{
     font-size: 14px!important;
    }
    

    Thanks

Sign In or Register to comment.