Hi
Could you advice why this problem might be occurring.
Here's a 'sample'
http://www.cd-datahouse.co.uk/techpartners/nexsan/nexsan-e60
Regards
unwanted underline appears under text in a bulleted list
13 posts from 3 voices-
Posted 1 year ago #
-
Hi,
you can go to your style5.css file and edit your
a { color: #000000; text-decoration: underline; }to
a { color: #000000; text-decoration: none !important; }Posted 1 year ago # -
Hi Chris
I modified Style5.css - the problem is still there
(I made sure I flushed any caches on wordpress as well as the browser - just in case the old code was still resident - but to no help)
RegardsPosted 1 year ago # -
The underline style is hardcoded in your text. Please change:
<span style="text-decoration: underline;">blistering </span>to:
blisteringMaybe you need to switch to html view.
Posted 1 year ago # -
Hi
Yep - Blistering is underlined (intentionally).
What I am getting is faint grey lines appearing atop of every paragraph that starts with a bullet point.My apologies if I did not explain this properly - its actually not the 'text' that is underlined, but an 'underline' separating every bullet pointed paragraph
It shows up on firefox, safari etc, so I kind of guessed you could see this
Regards
Posted 1 year ago # -
Oh ok - add following code to style.css:
.entry li, .entry ul, .entry ol { border: none; }Posted 1 year ago # -
Hi
I dont have a custom.css file in my css directory.
Should there be one, or is the suggestion to create 'custom.css' and add the line above.
RegardsPosted 1 year ago # -
Sorry - I updated the instructions above :)
Posted 1 year ago # -
OK - trying now - I'll report back (Thank you )
Posted 1 year ago # -
OK
the lines are still there:
I noticed STYLE.css already has an .entry li section of code
You can see what the file looks like below (with the new entry I created) - ie it has 2 x entry li lines
Should I remove the 'old' entry li section and just have the code line you provided.
Cheers.entry li{
padding:3px 10px;
}
/* ----------------------CDDH add 25-7-11 -------------------*/.entry li, .entry ul, .entry ol {
border: none;
}Posted 1 year ago # -
Try to use:
.entry li, .entry ul, .entry ol { border: none !important; }Now the borders should disapear. Please don't forget to clear caches (wordpress plugins, browser, etc.).
Posted 1 year ago # -
Brilliant
It worked :-)
I've also done a quick look up of what !important is -So as well as the problem being fixed, I've learnt a little something along the way
Thank you
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














