Hi
I need to increase the header and text size for the collection pages on Prestige.
Ideally I would also like to add a drop shadow to this content to make it more legible.
See attached.
Hi
I need to increase the header and text size for the collection pages on Prestige.
Ideally I would also like to add a drop shadow to this content to make it more legible.
See attached.
h1.SectionHeader__Heading.Heading.u-h1 {
font-size: 26px;
}
.SectionHeader__Description.Rte {
font-size: 19px;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
for drop shadow do you have an example?
or you want box shadow or text overlay?
Or like this?