Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #367683

    Hi-
    I need to use a larger image size for the logo area but need to know how to add the custom css to style.css so it displays larger than 340 px x 156 px. I’d like it to be double that size if possible.

    Thanks!
    Erin

    #367693

    Create your image the size you want it to be. Then go to the theme options / HEADER and choose CUSTOM and set the height there.

    #367815

    Hey Erin!

    Also add this to Quick CSS:

    .logo img {
        width: 340px;
    }

    Cheers! 
    Josue

    #367964

    Perfect! Thanks to both of you. Looks great.

    Erin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom css for logo size increase’ is closed to new replies.