PDA

View Full Version : remove box behind slideshow in bio + hor line separating header/nav bar from rest


digitalities
May-04-2009, 03:31 PM
hello,

I moved my header and nav bar from site customization to the new easy customization tool.

First of all, congrats for this addition. Very welcome.

Then, a few requests:

1. I changed my default theme and now I get a gradient backgroun below my homepage slideshow in the bio: http://digitalities.com
can I remove this only for the bio?

2. using the code added by easy customization, is it possibile to add an horizontal line separating header and nav bar from below as I can see here:? http://www.moonriverphotography.com/

thanks, Sergio

Barb
May-04-2009, 03:45 PM
hello,

I moved my header and nav bar from site customization to the new easy customization tool.

First of all, congrats for this addition. Very welcome.

Then, a few requests:

1. I changed my default theme and now I get a gradient backgroun below my homepage slideshow in the bio: http://digitalities.com
can I remove this only for the bio?

2. using the code added by easy customization, is it possibile to add an horizontal line separating header and nav bar from below as I can see here:? http://www.moonriverphotography.com/

thanks, Sergio

Hi Sergio,

To remove the background behind your slideshow, add this to your CSS in your advanced site-wide customization:

#bioBox .boxBottom {background: none !important; border: none !important;}

For the horizontal line, add the following to your CSS in your advanced site-wide customization:

#customHeaderContainer {border-bottom: 1px solid #fff;}

digitalities
May-04-2009, 04:27 PM
Hi Sergio,

To remove the background behind your slideshow, add this to your CSS in your advanced site-wide customization:

#bioBox .boxBottom {background: none !important; border: none !important;}

For the horizontal line, add the following to your CSS in your advanced site-wide customization:

#customHeaderContainer {border-bottom: 1px solid #fff;}


lovely! Thank you very much!

Sergio