Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #426221

    Hi. I have used Firebug, but I can’t seem to find the right code to change the font size of the single blog post title. Can someone help please?

    #426360

    Hey lizybloom!

    Please add following code to Quick CSS and adjust as needed

    .single .post-title.entry-title { font-size: 20px!important; }

    Regards,
    Yigit

    #427885

    That didn’t work. The only thing that seems to change the size of that title is if I change the font size of a. Which I don’t want to do. I copied and pasted it exactly how you wrote it. What’s up?

    #428190

    Hey!

    Thank you for your feedback.

    Replace the code above with the following and adjust the value:

    
    .single .post-title.entry-title a {
        font-size: 25px !important;
    }
    

    Best regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.