how do I remove the header in JA_Purity - Joomla! Forum - community, help and support
hi experts,
this site: http://www.issisbamboo.com
started sample data, , removed lot of pages/sections/modules (including footer)
but can see still have bottom area (where css , xhtml icons are), point... how remove whole area? don't want see 2 horizontal lines (between css , xhtml symbols)
regards, , input.
-wadi.
this site: http://www.issisbamboo.com
started sample data, , removed lot of pages/sections/modules (including footer)
but can see still have bottom area (where css , xhtml icons are), point... how remove whole area? don't want see 2 horizontal lines (between css , xhtml symbols)
regards, , input.
-wadi.
i use css first port of call in kind of situation, can reverse changes easily. in mind, edit template.css file adding #ja-footerwrap
{display: none;
}
you can also, or alternatively, remove ja-footerwrap div , divs contains index.php.
i assuming don't want green buttons either, way.
{display: none;
}
you can also, or alternatively, remove ja-footerwrap div , divs contains index.php.
i assuming don't want green buttons either, way.
Comments
Post a Comment