How do I add link in my homepage?
-
Hi, I try to add a link (“English Ver.”) in my homepage to my English page ( https://yuanli15.wordpress.com/homepage_en/).
but I just can add the content, can’t really add the link,
So, How can I to do it?it’s I used CSS code:
.front-page-content-area:after {
content: “English Ver.”;
font-weight: regular;
font-size: 1.25em;
padding-bottom: 2rem;
color: #E97D24;
text-align: center;
}P.S. Once, I setting the text at center,
but when I try again, the text can’t setting.
what’s worry with my setting?The blog I need help with is: (visible only to logged in users)
-
You cannot add links, which require HTML in CSS. CSS stylesheets are a document used by browsers to position and style the elements of a webpage. They cannot be used to add functionality such as links.
I would suggest adding that to your menu at the top, or perhaps add it to the Menu Widget you have in the first footer widget area using a Custom Link in a Custom Menu.
Another option would be to add a link in a Text Widget in the footer widget area. Here are some helpful support documents on using Text Widgets.
-
Thank You for thesacredpath,
Now I understand CSS cannot add links and any functionality.
And your solutions are good idea,
I will try to use it.THANK YOU SO MUCH !!(^_^)
- The topic ‘How do I add link in my homepage?’ is closed to new replies.