Hyperlink problem with my own text above the WordPress text [Twenty Fourteen]
-
Hello guys,
I just added some custom text in the footer, directly above the “The Twenty Fourteen Theme. Blog at WordPress.com.”
I used this:.site-info:before {
content: “worldvespa © 2011 – 2016. Material on this site may not be reproduced, distributed, transmitted or otherwise used without the prior written consent of worldvespa.”;
display: block;
font-size: 120%;
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px
text-align: center;
}My problem is that the hyperlink doesn’t work.
Can you help?
Where is my mistake?Thank you for your time!
The blog I need help with is worldvespa.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Hmmm… Here it works but not in the footer…
Perhaps it’s forbidden to add hyperlinks there? -
Hi there, you cannot add links via CSS. It will not accept any HTML. The reason it works here is that what you type into the post box is interpreted as HTML.
My suggestion is to put the content, along with the link into a text widget in your footer. For more on using Text Widgets, here are some references.
Text Widget
Text Widget Links
Linking Images -
Hi there, you cannot add hyperlinks to css, it is a part of html. Instead you can add the content in html itself ans and can apply css property to it
-
-
-
- The topic ‘Hyperlink problem with my own text above the WordPress text [Twenty Fourteen]’ is closed to new replies.