Edit the default footer on Oxygen Theme
-
Hii,
I was wondering, is there any way to change the default footer?I have there <it>Blog em WordPress.com. | The Oxygen Theme.</it>
Is there any way I can change it?! (I have the Oxygen There)
The blog I need help with is: (visible only to logged in users)
-
You can’t change the text – that’s against the terms of service. However, you can add static text to the footer (no links, just plain text) and you can restyle it as long as the attribution links remain legible.
How would you like it to appear?
-
Oh, ok! I didn’t knew that! Thank you!
I wanted to add some buttons there, on the default footer, because, if I use footer 1 or 2 or 3, it give there too much “air”… I don’t know if I’m being clear… those footers give a lot of blank spaces…
Thats why I wanted to change the default :)
-
The site to which you linked isn’t hosted here at WordPress.com so they can make extra changes – here’s a quick explanation .
You could always try including your link in a text widget in one of the footer widget areas and then resizing and/or repositioning it with CSS so there aren’t as many gaps.
-
I wanted to add some buttons there, on the default footer, because, if I use footer 1 or 2 or 3, it give there too much “air”… I don’t know if I’m being clear… those footers give a lot of blank spaces…
It’s not really possible to add “buttons” to the footer credits area, only plain text, as Luke mentioned above. For example, if you wanted to add a copyright notice after the credits, you could add this custom CSS:
.site-info:after { content: "Copyright Aprender na Ponta dos Dedos"; }If you add a widget to one of the footer widget areas, the amount of padding around them can likely be reduced with some custom CSS, so feel free to go ahead and add your widgets and then we can help you adjust the spacing if you like.
- The topic ‘Edit the default footer on Oxygen Theme’ is closed to new replies.