Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #53549
    Anke Otto-Wolf
    Participant

    Hello, I’d like to make the page title h3 instead of h1. Please add approx what line it is located on. Thank you very much!
    http://www.ToleyRanz.com

    #53555
    Bidur
    Moderator

    Hello Anke,

    The page title is set to h1 tag by dafault.
    What you can simply do is change the font-size of the page-title i.e add the following css inside the additional css of your customizer;

    .page-title {
        font-size: 20px;
    }

    Note: You can change the font-size of your own.

    thanks!

    #53690
    Anke Otto-Wolf
    Participant

    Thank you! That worked perfect

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