Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #394181

    Aloha, for the site: http://www.bestteampractices.com

    Wondering how to restyle the title (which is in place of the logo) to be bigger and different color;

    And why isn’t this Quick CSS working?

    `body {
    font-size: 18px!important;
    line-height: 160%;
    }

    Many thanks!
    Drew

    #394292

    Hey HiDrew!

    Thank you for coming back.

    Try the followign for the title and adjust the values:

    
    #header .inner-container .logo {
        color: red !important;
        font-size: 45px !important;
    }
    

    Your code is too general, it is overwritten by the styling of other elements. You have to use a code like:

    
    #main p {
        line-height: 181% !important;
    }
    

    Come back if you need more help with styling.

    Best regards,
    Günter

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