Text-Shadow, Not Active But There - Question | JoomShaper

Text-Shadow, Not Active But There

J

Jim

SP Page Builder 1 year ago

Why is there a text-shadow, even if i didnt active this? no its not from template. have to overwrite that. pls fix that.

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

Hi Jim,

Hard to say, but indeed it should be "none" value.

but even with 0 0 0 #fff in theory you shouldn't see any effect.

0
J
Jim
Accepted Answer
1 year ago #162946

well you can test it in the link i sent you. it has an effect. you can see the border around the font.

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

Indeed, noted.

Should be that (or none)

.sppb-addon-header .sppb-addon-title {
  text-shadow: 0 0 0 transparent;}

not #fff value.

0
J
Jim
Accepted Answer
1 year ago #168450

so its changed in the next update? or maybe its just not set? like those 75px top bottom padding in a brand new section? do we need those?

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

Yes. We will keep default padding for Rows, becuase most webmasters finds it useful, even if they sometimes have to change to a smaller value (that takes 15sec). Spacing is important so that content does not blend together. Also Legacy, people use to it.


About Box-shadow - I asked but ... still on the wish-list :/ Fortunately, this is hardly problematic.

0
J
Jim
Accepted Answer
1 year ago #168455

ok, for normal customers maybe. but for devs its really bad :D i define some classes for padding. so i have to delete those standard-paddings in EVERY row.

0