Visit Main Page
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
dyerware
»
Support
»
Wordpress Plugins
»
Easy Spoiler - Hide Borders?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Easy Spoiler - Hide Borders? (Read 3696 times)
MandrakeMan
Tadpole
Posts: 1
Karma: +0/-0
Easy Spoiler - Hide Borders?
«
on:
May 07, 2012, 09:50:28 PM »
Hi, I've tried just about every border setting in CSS and the settings PHP but none seems to get rid of the borders, any ideas where it is that I need to change the code?
Also, can that bottom box be cut completely or at least reduced in size, that is if the borders are kept?
Thanks
http://psychedelicized.com/playlist/l/laugh-in
Logged
doug@dyerware.com
Administrator
Sr. Member
Posts: 456
Karma: +15/-0
Re: Easy Spoiler - Hide Borders?
«
Reply #1 on:
May 17, 2012, 02:17:38 AM »
Hey, sorry I haven't gotten back to you. Ill inspect the site and get back to you. Typically this is an easy css tweak.
Logged
doug@dyerware.com
Administrator
Sr. Member
Posts: 456
Karma: +15/-0
Re: Easy Spoiler - Hide Borders?
«
Reply #2 on:
May 18, 2012, 03:09:35 AM »
Ok found it: in your style.css (
http://psychedelicized.com/wp-content/themes/music-lovers-adfree/style.css
) it is automatically setting a 1px border to any table.
Try putting an 'x' in front of border (so its misspelled: xborder) that way you can remove the x and get it back:
style.css line 489
.entry table {
border
: 1px solid #666;
text-align: left;
width: 100%;
}
regards
Logged
Print
Pages: [
1
]
« previous
next »
dyerware
»
Support
»
Wordpress Plugins
»
Easy Spoiler - Hide Borders?