CSS help to white-out some links
-
Hello,
miraculously I find my way how to edit CSS but I don’t know anything about the coding and would appreciate your help very much.
I am using the Edin Theme and under the footer is another footer, which I don’t know how to access. I would like to white-out this part saying:
“Blog at WordPress.com. | The Edin Theme.”
at the very bottom of the page.
Also I would like to white-out: “Posted on 31. July 2015” under the blog title.
Do you know what I need to write inside the CSS?
Thank you very much!
-
Hi @jeurope103, you are not allowed to hide or edit the WordPress.com and theme footer credits per our Terms of Service (#1 Attribution). See the Frequently Asked Questions on the Custom Design support page for more information.
You are allowed to restyle the footer credits to better fit with your design as long as they remain readable, and you are also allowed to add text to the footer, such as a copyright statement. If you need help restyling, or adding to, the existing footer credits, let us know and we would be happy to help.
I took a look at your site, and will offer this CSS, which makes the footer credits lighter so they are less noticeable, but still visible and readable.
.site-info, .site-info a { color: #bbb; } -
And this will hide the “posted on…” at the top of your posts.
.entry-header .entry-meta { display: none; } -
-
- The topic ‘CSS help to white-out some links’ is closed to new replies.