You can fix the underlining underneath the links by going to your wp-layout.css and finding anything with “a” (like a { or #menu ul li a { ) and putting in border-bottom: 1px dotted (or solid, whichever you prefer) and it’ll underline it that way.
Just play around with basically and test it out. If you do adjust the section that has a {, then it will adjust all of your links unless they’re overridden in another part of your CSS file, FYI.
Hope this helps.
Thread Starter
jaggs
(@jaggs)
Thanks Ed, it kind of worked, although as you said I’ve now got to work out how to make it work for just the links I want and not the rest of the links on the page.
Any ideas on the re-size (I want to make the text smaller, but can’t find any way to do it)?
making text smaller is possible with something like
font-size: 90%;
Thread Starter
jaggs
(@jaggs)
Tried that Ben, thanks. It makes the text around it smaller, but not those particular links.