style titles of cart and checkout page
-
Dear community, dear support,
I’m struggling a bit with the “Cart” & “Checkout” page of the shop I’m setting up.
I was able to address the headings of both pages with CSS using the following CSS:
h1.entry-title {
- font-size: clamp(16px,3vw,4vw);
- font-weight: 700;
- color: #000000;
- font-family: “Open sans”;
- text-decoration: lowercase;
- }
Both headings don’t react to
font: “Open Sans”; and
text-decoration: lowercase;Would be happy about any hint what I’m doing wrong!
Many thanks in advance!
neverdoworkThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘style titles of cart and checkout page’ is closed to new replies.