remove space
-
between my buttom footer and site footer there is a white line…
I really want to remove it…
you can see it here in the buttom of my site:thanks!
The blog I need help with is: (visible only to logged in users)
-
Hey there,
This oughta’ do it :)
.site-footer { border-top: none; }Let me know if that works,
Sage -
-
Hey,
I’m not sure if there’s a way to do that on your plan or not (if you could it would probably be under Customizer > Site Identity) and you can’t remove the logo unless you have a business account, but there is a bit of a workaround in CSS that might do the trick of adding text there:
.site-info a::after { content: "Example Text"; margin: 0 20px; }Let me know if that works,
Sage -
-
-
Hey there,
It should work with this if you take out the previous code I gave you:
.site-info { width: 100%; } .site-info::after { content: "Example Text"; text-align: center; display: block; float: left; width: 100%; margin-top: -22px; }Hopefully that does it!
Sage -
-
-
Hey there,
You can, though it’s best if you keep within the official colours https://wordpress.org/about/logos/
.site-info a { color: #000; }Hope that helps,
Sage
- The topic ‘remove space’ is closed to new replies.