Where can you customize the appearance of links?
-
I can no longer find the page I accessed a long time ago to customize the appearance of links. Does it still exist?
The blog I need help with is: (visible only to logged in users)
-
-
Thank you for your answer, Grace, but that isn’t what I need to know. When I set up my blog I made the links maroon. Now I want to add bold. Is there any way of doing that without getting into CSS code?
-
Now I want to add bold. Is there any way of doing that without getting into CSS code?
No that wouldn’t be possible. Would you like the CSS code for that?
-
Yes, please, as well as how to insert the code. If the CSS page showed all of the code for the site I could do it myself, but it doesn’t seem to.
-
If the CSS page showed all of the code for the site I could do it myself, but it doesn’t seem to.
If you right click on the element that you want to edit the CSS, go to Inspect Element and you can see the CSS from there. Here’s what it would look like on Safari:
Then, click on Styles and you will see it there as seen in this screenshot:
Add the CSS you need to the CSS Editor when you go to Appearance → Customize → CSS and you should be set!
Cheers!
-
I have a Mac. When I right-click on a link, the window that opens does NOT include “Inspect Element.” Now what?
-
Please right click on the element on the page that you want to edit. As seen in my screenshot I was selecting the site title.
-
-
From your Safari menu bar click Safari > Preferences then select the Advanced tab.
Select: Show Develop menu in menu bar
Now click Develop from the menu bar click Show Web Inspector.
Then you should be able to Inspect Element.
-
That works. What is the code? I thought I remembered, but I don’t. I also don’t know where to put it so it will change the style of all the links. Thanks.
-
-
Now that I think more about it, probably just the links within posts should be bold. The links in the sidebar, etc., are already dark enough. So I’d need to code each link in a post separately, correct? What is the code?
-
If you just want the links in the post to be bold you don’t need CSS. Just edit the post, select the text/link that you want to bold and hit the B (bold) like you would do normally.
Cheers!
-
- The topic ‘Where can you customize the appearance of links?’ is closed to new replies.
