Help with changing the footer on Kiko theme

I have the style and content looking correctly (but not the placement), but the original theme footer is still there so I’m not sure how to remove it.

View my footer at blog.randypollockphotos.com

Hey Randy,

Welcome to Micro.blog. Thank you for your service! I spent 16 years as an Air Force kid and remember the days fondly.

In the Micro.blog dashboard, go to Design > Custom CSS, and try putting this code in:

footer.site-footer {display: none;}

Thank you chet, it was a pleasure serving.

When I add that to CSS, it takes away my custom footer as well.

<footer class="site-footer">
<p class="text">
Follow 
<a href="https://micro.blog/pollockphotos"> Me on Micro.Blog</a> / <a 
href="https://instagram.com/randallpollock">Instagram</a> /   <a 
href="https://twitter.com/randypollock">Twitter</a>
</p>
</footer>

Are you trying to get rid of the Follow @pollockphotos on Micro.blog part?

Also, I know that you’re using the Kiko theme. Did you use the default one from the Design panel or is it a custom version that you loaded in from GitHub?

Can you see the image that I posted in my original post. I changed and added to what the footer looked like… and yes I chose the default Kiko theme in the design section of my account when I joined.

I see the image, I just want to make sure that I understand which part of the picture you want removed. Based on what you shared, I think it’s the Follow @pollockphotos on Micro.blog immediately below your last post.

Is this code below that you shared located in Design > Edit CSS or in Design > Edit Footer?

<footer class="site-footer">
<p class="text">
Follow 
<a href="https://micro.blog/pollockphotos"> Me on Micro.Blog</a> / <a 
href="https://instagram.com/randallpollock">Instagram</a> /   <a 
href="https://twitter.com/randypollock">Twitter</a>
</p>
</footer>