• Just getting started WordPress and I am a compete novice with HTML, so I need some help.

    How do I increase the font size of the title at the top of each page. For example, in my website the home page title is ‘Helping Hand – Stress-free Istria’ (see link). I wish to make this larger.

    I would also like to make the banner which it is in narrower. How do I do this?

    Thanks,
    Nicky

    PS – I really love Avira, it’s making my site look wonderful, it just needs a few tweaks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @matulini-nicky,

    We are unable to see banner over the site. So we are providing the css for page title . Please apply the below given css under Appereance -> Customize -> Additional Css-

    section.breadcrumb .col-md-6.col-xs-12.col-sm-6 h2 {
    font-size: 30px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter Matulini Nicky

    (@matulini-nicky)

    Hi Manoj,
    Thanks for the Css, it was helpful.
    Can you give me the Css code for changing the height of:
    1- the menu bar
    2- the page title bar
    Many thanks,
    Nicky

    Hello @matulini-nicky,
    You will get help from this for changing the height.
    Please edit the below given css under Appereance > Customize > Additional Css field >enter this code here.

    .breadcrumb {
    padding: 14px !important;
    }
    .navbar {
    padding: 34px 0px 34px!important;
    }

    Thanks

    • This reply was modified 6 years, 1 month ago by speciastaff.
    • This reply was modified 6 years, 1 month ago by speciastaff.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Title font size & banner depth’ is closed to new replies.