• Hey guys,

    Just started working on my website, and have been trying to make the main title bigger, but cant do it. My css experience is limited but thats why im here…

    I went to my style.css and changed the font-size to whatever size, but it dosnt change.

    #site-title {
    float: left;
    font-size: 90px;
    line-height: 1.1em;
    }

    I’m running the nirvana theme, can anyone help me out? Site is: Stonersum.com

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Give this a try:

    #front-columns h2 {font-size: 90px;}

    Hope that’s what you’re after….

    Just a quick note, I wouldn’t make changes to the theme files directly if I were you. You’ll lose them next time the theme updates. Using a child theme or the Custom CSS function in your theme options would be a better idea ??

    Thread Starter superman12

    (@superman12)

    No luck.

    I’ve made the childtheme, and just copy/pasted what you wrote into the style.css of my childtheme.

    Any other ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make my title bigger? Quick answer?’ is closed to new replies.