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
...also... how do I make text the same color as the background?
website is ukupacha.com
any help is appreciated
thanks
Delete the following code out of your footer.php file (for the sign-in issue).
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;}
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;}
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;}
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;}
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;}
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;}