Set Background Of A Line (Raw) Transparent And Remove Page Spacing Hintergrund Einer Zeile (Raw) Transparent Setzen Und Seitenabstand Entfernen - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Set Background Of A Line (Raw) Transparent And Remove Page Spacing Hintergrund Einer Zeile (Raw) Transparent Setzen Und Seitenabstand Entfernen

MW

Matthias Wulff

SP Page Builder 2 years ago

Hallo und guten Tag,

ich versuche den Hintergrund einer Zeile (Raw) transparent zu setzen so das ich die Hinterundstruktur des Templates sehe und ich versuche die Seitenabstände weg zu bekommen... Kann mir da jemand helfen?

hello and good day,

I'm trying to make the background of a line (raw) transparent so that I can see the background structure of the template and I'm trying to get rid of the page spacing... Can someone help me?

https://www.dashaarwerk-annika-milbrath.de/images/Farbe%20hintergrund%20transparent.jpg

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #111364

Do you want it like this?

https://prnt.sc/nokykljhU2OL

Then use this custom CSS

.sp-page-builder .page-content #section-id-1676643080592{
     opacity: 0.7;
}
.sp-page-builder .page-content #section-id-1678826910496{
 opacity: 0.7;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

In the meanwhile you can follow these blogs, it will help you in your CSS work

https://www.w3schools.com/css/css_image_transparency.asp

https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

Thanks.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #110741

Hi

Thanks for contacting us. Could you please give me the site credentials? I cant access on that.

-Regards.

0
MW
Matthias Wulff
Accepted Answer
2 years ago #110817

hello and good day I got the problem with the white sidebars under control. That was a setting in the template toaster. I use it for the basic structure of a website. Now I would like to set the cells of the Sp Pagebuilder to be transparent...Is this possible via css? Unfortunately I don't have a plan...

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #110840

Could you please clear me one thing? Which portion background do you want to transparent? I can do it via CSS also. Could you please give me a screenshot of that portion?

0
MW
Matthias Wulff
Accepted Answer
2 years ago #110961

Hello and good day

I would like, when I add a new RAW area to a page, to display it with a transparent background...

Sampel: https://www.dashaarwerk-annika-milbrath.de/index.php/preise

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #111203

Which raw do you want to transparent? This one?

https://prnt.sc/k20dS3t0K_IH

0
MW
Matthias Wulff
Accepted Answer
2 years ago #111206

Hello,

Yes. Exactly. I would use that as a template if I had to make other RAW transparent as well... I can see which CSS code you used. Many thanks for your efforts;)

0
MW
Matthias Wulff
Accepted Answer
2 years ago #111386

hello and good day many thanks for the detailed help. The links will certainly help me a lot... This is exactly how the transparency should look... I can now get on better with the code inspector... Thanks;)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #111544

Glad to know that. You are always welcome.

0