Powered by Blogger.
advertisement

Tuesday, 2 February 2016

Delete toolbar altervista

Advertisement
advertisement

We opened a site on Altervista or blog with Just another SpiBlog site but we want to remove the unsightly toolbar placed on the highest part of our site.We will use the sheet sitle .CSS to "move" on the top of a few pixels to the entire site, covering the Toolbar, so it is not visible to the user.



That's how:
  • Open the style sheet of our theme (usually called " style.css ")
  • Insert this code (the place is irrelevant, for safety add it to the end of the document):
#av_toolbar_regdiv, #av_toolbar_iframe, .av_site, .AV-antipixel {
display: none;
}
body {top: -32px;}
Now save the change, updated the page of your site / blog and the Toolbar will be gone.

Advertisement
advertisement