Hey guys,
I’m trying to customize the title of my website’s product page like the style in this image below:
(website: https://cuddlesmeow.com/products/pet-repellant?_pos=1&_sid=0e605396e&_ss=r))
However, it seems that some element is missing to give the final style to my customization, and I can’t seem to finish it. Below is the image and website of my store:
I traid this code:
h2 {
font-size: 34px;
line-height: 30px;
text-shadow: 2px 2px #484159;
position: relative;
text-align: center;
margin: 0 20px;
margin-bottom: 0px;
font-family: Skrapbook;
font-weight: normal;
color: #e9b5ac;
text-transform: uppercase;
}
Thanks!

