Include additional info in the footer
-
I would like the footer text that currently reads
“NVMS
Blog at WordPress.com. · The Collective Theme.”to read the following:
“Communicate. Resolve. Advance. (c) 2015 NVMS. All rights reserved.
Blog at WordPress.com. · The Collective Theme.”Also, could you help me make the Blog at WordPress.com. · The Collective Theme. blend in a little more so it doesn’t stand out as much?
I’ve tried other codes I’ve found on this topic but none of them seem to work. :(
Thank you for your help.
The blog I need help with is: (visible only to logged in users)
-
Hi, the following should get you what you are wanting.
.footer-content .align-left p:first-child { display: none; } .footer-content .align-left:before { content: "Communicate. Resolve. Advance. (c) 2015 NVMS. All rights reserved."; } -
Thank you, that worked. Is there a way to make “blog at wordpress.com…etc.” still be visible but blend in a little more (make the color slightly darker)?
-
Hi, let’s add a color declaration to the :before rule I gave to make your text stand out a bit more. You can edit the color as desired. It would then look like this.
.footer-content .align-left::before { content: "Communicate. Resolve. Advance. (c) 2015 NVMS. All rights reserved."; color: #ccc; }And then let’s add the following to make the WordPress footer credits a little more subdued.
.footer-information, .footer-information a { color: #777; } -
-
-
I’m trying to edit the same area and can’t find the editor to do so. Can you direct me to the code?
-
Hi @lanilarrua, since you are using a different theme (Goran), and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
- The topic ‘Include additional info in the footer’ is closed to new replies.