Section Box Shadow Predefined In Code But Not Active - Question | JoomShaper

Section Box Shadow Predefined In Code But Not Active

J

Jim

SP Page Builder 1 week ago

Hey, needed a box shadow for a row but defined it in a custom css. so in sppb -> Miscellaneous -> box shadow: off. But: the code predefined in the box-shadow field is already active. have to !important overwrite my code in css. pls fix this.

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #156119

Hi

Thanks for contacting us. Could you please give me your site URL? And also screenshot of that portion.

-Regards.

0
J
Jim
Accepted Answer
1 week ago #156136

i have to overwrite this part. its set via default even if its not activated in backend

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #156237

Give me your site URL please.

0
J
Jim
Accepted Answer
1 week ago #156238

ok, its the news-box.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #156246

Hi

Use this CSS in your custom.css file

.aktuelles-row-startseite .news-item{
  box-shadow: 10px 10px lightblue !important;
}
0
J
Jim
Accepted Answer
1 week ago #156247

i dont need the code :) i already have an overwrite.

i want to know if this is a bug :) because i dont activated the box shadow as you can see in screenshot, but there is a box shadow :) if this would work properly there is no need for an overwrite. so maybe fix this in next update.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #156370

Sometimes it happens for so many reasons like an overwrite before or so many things. In that case, we solve this type of issue via CSS. You can also solve it by CSS. In the meantime, I will also inform our team.

Thanks.

0
J
Jim
Accepted Answer
1 week ago #156387

yeah its already solved via !important. but if that would work properly i dont need an overwrite. off-> no shadow, on -> shadow. so i look forward to the bugfix and update :) thanks.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #156479

Ok thanks for your opinion.

0