• Resolved Angus Todman

    (@angus-todman)


    Ive looked around alot, changed all the h1 h2 h3 h4 sizes. Looked in Layout, and cuztomize your site, header section. Im feeling a bit lost now. I would just like to increase the size of the site title and tage line a little bit and add ‘bold’ to also if possible. Can anyone help me with this please?

    maybe it’s some custom css?

    Many thanks in advance ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • in style.css, in the 600+ line region:

    #site-title {
    	margin: 0 3.4%;
    	font-family:"Oswald", sans-serif;
    	font-size:32px;
    	letter-spacing:1px;
    }

    and

    #site-description {
    	margin-left:20px;
    	font-size:12px;
    	font-weight:normal;
    }

    Thread Starter Angus Todman

    (@angus-todman)

    Thanks so much for the reply. Can I put this into the custom CSS section? Do I need to delete the main CSS to do so? I would prefer not to change the main CSS if possible.

    many thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can put that in your Custom CSS section.

    Thread Starter Angus Todman

    (@angus-todman)

    Thanks!!!!! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increase site title and tag line size.’ is closed to new replies.