Where is this CSS located?
kgphotos
Registered Users Posts: 106 Major grins
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
/* 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
0
Comments
You need to open the area noted with the black arrowhead to see the CSS.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Thanks Denise!!!! I got it!!! Yipeee!!!!! clapclap
Step 1 done…on to step 2…..