Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] Changing Comment Bkgd Opacity and Removing Horizontal Lines (http://forum.bytesforall.com/showthread.php?t=11209)

Neoqueenhoneybee Nov 16, 2010 11:04 PM

[SOLVED] Changing Comment Bkgd Opacity and Removing Horizontal Lines
 
Atahualpa 3.5.3
http://cocoamousse.com/?p=1#comment-2

I'm having a little trouble figuring out what css to place in the add html/css insert section. I want to change the caramel and mint background color opacities to match the rest of the opacities. I've tried a number of variations of:

.commentlist {
background: opacity:0.8;
}

Also, those gray horizontal lines need to go. I was able to remove them lines from the header, thanks to searching through this forum, but am having a hard time diagnosing where these are coming from.

Any help/previous post redirection would be great.
Thanks!

lmilesw Nov 17, 2010 12:19 AM

The CSS for opacity would be

HTML Code:

.commentlist {
opacity: .8;
}

The gray lines are borders in the Next/Previous Navigation section of the theme options.

Neoqueenhoneybee Nov 17, 2010 10:15 AM

Thank you so much! Solved both my issues perfectly!


All times are GMT -6. The time now is 09:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.