Signing in

Permalink
I'm new to building websites... I've noticed at the bottom of my page is a "sign in" feature. How do I hide that? I don't want people editing my junk.

...also... how do I make text the same color as the background?

website is ukupacha.com

any help is appreciated
thanks

 
geek2009 replied on at Permalink Reply
Delete the following code out of your footer.php file (for the sign-in issue).
<span class="sign-in"><a href="/index.php/login/">Sign In to Edit this Site</a></span>
cainKuri replied on at Permalink Reply
cainKuri
Without any coding and if you are using one of the defaults themes.

You can go to - Dashboard and -- Themes... and then click in customize. In the top Right you will see Add your CSS

You can paste the code:

.sign-in {display:none;}
.powered-by{visibility:hidden;}
cainKuri replied on at Permalink Reply
cainKuri
Without any coding and if you are using one of the defaults themes.

You can go to - Dashboard and -- Themes... and then click in customize. In the top Right you will see Add your CSS

You can paste the code:

.sign-in {display:none;}
.powered-by{visibility:hidden;}
cainKuri replied on at Permalink Reply
cainKuri
Without any coding and if you are using one of the defaults themes.

You can go to - Dashboard and -- Themes... and then click in customize. In the top Right you will see Add your CSS

You can paste the code:

.sign-in {display:none;}
.powered-by{visibility:hidden;}