How Can I Remove Those Thin Line/border Around Sections When Using "Boxed Layout" - Question | JoomShaper

How Can I Remove Those Thin Line/border Around Sections When Using "Boxed Layout"

O

Oliver

Helix Framework 1 year ago

Hi,

I use the Template "shaper_helixultimate – Standard" and the helix ultimate framework. When I set the Body in the Basic-Settings to "Boxed Layout" I get a thin frame around EVERY Section of my WebSite by default. How can I remove this thin line/frame?

WebSite is: schamanita.de

Thanks for any help! Cheers, Oliver

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #157295

Hi Oliver,

Custom CSS is needed:

.article-list .article { border: 0; }

0
O
Oliver
Accepted Answer
1 year ago #157511

Tnx allot, I will try it ... :)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #157512

Above CSS I took playing on my demo site, in theory should work also on your site. Add in Template Options > Custom Code > Custom CSS

0
O
Oliver
Accepted Answer
1 year ago #157513

Unfortunately it doesn't work on my website, the frames are still there. But it doesn't matter! The only reason I used "Boxed Layout" was to enable a background picture for the entire Website. Now, I placed a background picture at the "Body" Section of the Template and switched the "Boxed Laout" off again.

So, I've got the background picture and no borders where no border should be. It's pretty annoying anyway that on default "Boxed Layout" enabled, one will get those complete ugly frames around every section - completely useless in my case!

Tnx again, cheers, Oliver :)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #157530

Oh, now I see.... my mistake I thought about Blog Layout (becuase it was added last time), not Boxed Layout.

To remove "borders" in that case should be:

.layout-boxed .body-innerwrapper {
  box-shadow: none;}

yes, becuase it's based on shadow effect, not typical border.

0
O
Oliver
Accepted Answer
1 year ago #157535

yay! That worked actually right away ... thanks allot, now if I need Boxed Layout I know how to get rid of this "border".

Thanks again for your support!

Best, Oliver

0