Where is this CSS located?

kgphotoskgphotos Registered Users Posts: 106 Major grins
edited March 10, 2014 in SmugMug Customization
Hi all! I am going to be adding a blog to my site via blogger. I am trying to add this CSS in blogger to get rid of the blogger login bar at the top of the page. I found the code to do this in one of the threads here.

/* Header */ in the css section, then add:
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;}

The question I have is where does this go. When I am editing the HTML on blogger I don't see any CSS. I am not that familiar with CSS or HTML so maybe I missed it. Is there a place to edit the CSS?

Thanks for your help!
-Karen

my website… http://www.karengrantphotography.com

Comments

Sign In or Register to comment.