Blogger doesn't force their navbar upon you when you use SFTP to publish to your own server. They do if you have it hosted at blogspot.com or use a hosted domain (like blog.kosmokaryote.org). So, when I switched over, I initially used CSS to hide their navbar. They would rather you didn't do that. However, because I use my own template, they don't provide me with any easy way to change the colours to make it match my vibrant colour scheme. I can't simply restyle it with CSS because their navbar is hosted on their own server in an iframe, and thus doesn't regard my style sheets :(
However, I did check its code today to realise that it sets the colour scheme in the iframe's src's URL. Hurrah! So, now when the page loads, I re-src the navbar to one with the above colour scheme. Pretty! Also, fragile and improper. At least it looks good.
No comments:
Post a Comment