Removing underlines from links?
-
How do I remove underlines from links?
Thank you,
Marlee
The blog I need help with is: (visible only to logged in users)
-
Hi there!
This type of change can only be done using CSS. If you’d like to make this change, you can purchase the Custom Design upgrade to be able to edit the CSS of your page.
https://somethingsweetblogdotcom1.wordpress.com/wp-admin/paid-upgrades.php
Let me know if you’d like to do that I can help out with figuring out the CSS code!
-
Hi Shawna,
I bought the custom design upgrade. Could you help me figure out the CSS code from removing underlines from links, please?
Thank you!
-
Hi there!
You can remove the underlining with this code:
a { border-bottom: none !important; }Let me know if I can help with anything else! :)
-
Hi Shawna,
Thank you so much! It worked!!
One more question for you – What is the css code for centering the caption underneath a picture? (My captions always aligns to the left.)
Thank you!
-
Of course! Do you have a particular page with an image and caption so I can see what you mean? I’m not seeing any pictures on your site currently.
-
Here’s a picture I added to this page/link.
The caption (Mickey Cookie) is aligned to the left, but I can’t get it to center.
http://somethingsweetblog.com/recipes/cookies-bars/
Thanks!
Marlee -
Thanks for that! Here’s some code for making that change:
.wp-caption-text { text-align: center; }Here’s a link to CSS Basics, which will be helpful if you haven’t worked with CSS before:
http://en.support.wordpress.com/custom-design/css-basics/
And a guide for Editing CSS:
http://en.support.wordpress.com/custom-design/editing-css/
I’m happy to assist with any CSS questions you have. We also have a forum specifically for CSS questions, which you can find here:
https://en.forums.wordpress.com/forum/css-customization
Let me know if you have any more questions!
-
-
- The topic ‘Removing underlines from links?’ is closed to new replies.