Writing at bottom of webpage?
Permalink
Hi! I'm super new to all of this so I apologize for the silly question...how do I remove the writing at the bottom of my website that says "Sign In to Edit this Site Install concrete5 web hosting...."? Is it possible to remove this? I have no coding experience.
Thank you so much in advance
Alicia
Thank you so much in advance
Alicia
if your using one of the default themes, its in
/concrete/themes/<themename>/elements/footer.php
if you want to edit it, copy the entire <themename> directory out of the root,
or its in /packages/<packagename>/themes/<themename>/elements/footer.php
/concrete/themes/<themename>/elements/footer.php
if you want to edit it, copy the entire <themename> directory out of the root,
or its in /packages/<packagename>/themes/<themename>/elements/footer.php
Go to the Pages and Themes.
Click a "customize" button in your active theme.
Next Add Your CSS and write in field:
Save and the item disappears :)
Click a "customize" button in your active theme.
Next Add Your CSS and write in field:
.sign-in {display:none;}
Save and the item disappears :)
cssninja -I tried that ...it didn't work. Does it take some time to take effect?
thank you to everyone for the help!!
alicia
thank you to everyone for the help!!
alicia
Write a web page address.
akd...
Quote: "Does it take time to take effect?"
Am I the only one who LOLLED when they first read this? To answer the question... how do u delete the text? open the file, select the text you dislike and hit the delete button on your keyboard.
Quote: "Does it take time to take effect?"
Am I the only one who LOLLED when they first read this? To answer the question... how do u delete the text? open the file, select the text you dislike and hit the delete button on your keyboard.
is there a code to get rid of "Install concrete5 hosting" and "concrete5 - open source CMS" at the bottom of the page?
Yes, it's in your theme. You'll have to edit some php files in the
theme directory.
best wishes
Franz Maruna
CEO - concrete5.org
http://about.me/frz
theme directory.
best wishes
Franz Maruna
CEO - concrete5.org
http://about.me/frz
Hi,
I am facing the same problem and am new to concrete.
Can you please guide me how to remove the text at the bottom of the page. I tried customize option but it seems not to be working for me.
Thanks.
Muz
I am facing the same problem and am new to concrete.
Can you please guide me how to remove the text at the bottom of the page. I tried customize option but it seems not to be working for me.
Thanks.
Muz
It is in your theme. You'll need to change some PHP files in your theme directory.
Best wishes,
(Pecked out on a mobile device...)
http://about.me/frz
Best wishes,
(Pecked out on a mobile device...)
http://about.me/frz
If you are using one of the themes from the marketplace, you should look for a file called footer.php . The code with that text will likely be in that file. Delete it and re-upload it to your web server via FTP.
If all of this is greek to you, then maybe post a job for someone in the forums. Should be a quick fix. Hope that helps.