In your demo site you have what looks like a block on the front page titled "A word from our clients". I am trying to reproduce this but it has a full white background when I treat it as a block. The code I am using in the block is as follows:

“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim minim veniam, quis nostrud exercitation ullamco laboris nisi.”

How do I reproduce this block on your demo site?

Comments

Lightforge88’s picture

Anyone? I could really use some advice on this one.

gtsopour’s picture

Assigned: Unassigned » gtsopour
Category: task » support
Issue tags: +corporate, +Corporate Theme, +Corporate Clean Theme
gtsopour’s picture

Hello Lightforge88

You should add the following style rule in style.css file (see 183 line of Corporate Clean theme style.css file).

.region-sidebar-first #block-block-2.block .content { background:none; border:none; padding:0; -webkit-box-shadow: none;  -moz-box-shadow:none;  box-shadow:none; }

Just replace the #block-block-2 with your block id.

Could you tell me if your Drupal installation is online, in order to help you directly with the appropriate style rule? I will see your block id through my firebug.

Thanks
/George

Lightforge88’s picture

Awesome. That did the trick. Thank you very much for your help.

Lightforge88’s picture

Status: Active » Fixed
Lightforge88’s picture

Issue fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

gtsopour’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

symphonia’s picture

Hello! I've followed your suggestions (adding the rule in style.css), but this is not working for me... I don't know where I am wrong... Please help!! Thank you...

gtsopour’s picture

Hello symphonia,
is your Drupal installation online in order to give you the right id of your block?

Thanks
/George

symphonia’s picture

Yes, it's online: www.symphoniacomunicazione.com/EUROGEST/
it's the block on the right called "Dicono di noi"

gtsopour’s picture

Hello symphonia

You should add the following style rule in style.css file

.region-sidebar-first #block-block-9.block .content { background:none; border:none; padding:0; -webkit-box-shadow: none; -moz-box-shadow:none; box-shadow:none; }

Your block id is #block-block-9

Thanks
/George

symphonia’s picture

I've added that rule, but the block still doesn't work... I have configured the block like this:

“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.”

the block still have the white background as the other blocks in that region...

gtsopour’s picture

Hello symphonia
I just checked out your site and in your style.css still exists the following code

.region-sidebar-first #block-block-2.block .content { background:none; border:none; padding:0; -webkit-box-shadow: none; -moz-box-shadow:none; box-shadow:none; }

You should change the above code to

.region-sidebar-first #block-block-9.block .content { background:none; border:none; padding:0; -webkit-box-shadow: none; -moz-box-shadow:none; box-shadow:none; }

Thanks
/George

symphonia’s picture

Okay, I got it! It's all fine now... I was writing the code in the wrong css file!
Thank you so much!

bazziebas’s picture

I can't get this working see http://topsave.mehh.nl i have put

.region-sidebar-first #block-block-3.block .content { background:none; border:none; padding:0; -webkit-box-shadow: none; -moz-box-shadow:none; box-shadow:none; }

.region-sidebar-first #block-block-4.block .content { background:none; border:none; padding:0; -webkit-box-shadow: none; -moz-box-shadow:none; box-shadow:none; }

In the style.css

crispy80’s picture

thanks, that's working for me too!

bgregory’s picture

Hi, I need this too. How do you find out what the block ID is? Thanks

VM’s picture

you can locate the delta by viewing the source of the rendered page.

mckethanrn’s picture

Issue summary: View changes

I've attempted to create transparent sidebar block using the directions with no success. Currently, I have no sidebars on the right side since I cannot make them transparent. Is there anything else that I can try?

Site URL: http://3mmemorials.com/

Thanks Robert