advertising remover

Permalink
how to remove advertising at the bottom of the page ?

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi correageribaldi,

To better assist you, can you include more specific details in your question.

- what version of concrete5 are you using?
- what advertising are you referring to?
- what is the address of your website?
- what theme are you using?
WillemAnchor replied on at Permalink Reply
WillemAnchor
Perhaps you mean the concrete5 footer ?

That comes with the build in theme.
You can remove it by
- changing the theme (marketplace)
- editing the theme (for 5.7, elemental look at concrete/themes/elemental/footer.php)
(But then it would be better to create your own theme based on the elemental theme)
- adding a css rule like:
footer #concrete5-brand { display: none }
This would leave the html as is, just hides it.
You can add css without programming, I wrote about it here:http://www.anchor-ict.com/blog/concrete5-add-css-block...