Hi
I searched the forum and followed this post https://community.theme.co/forums/topic/change-font-size-only-in-one-area-of-page/
My page I am trying to style is https://www.sussexchef.com/product-category/buffets-delivered-in-sussex/
But when I enter the following
Example, for customizer’s custom css :
.text-style-1 {
font-size: 30px;
text-align: left;
color: #ffffff;
}
Then,
<div class="text-style-1">
<p>This site is live as of October 31, 2014 !</p>
<p>I am adding pictures and designs daily to all the</p>
<p>pages……..contact me and let me know exactly what</p>
<p>you want in a metal cutout…..I will send examples</p>
<p>by email to you ASAP !</p>
</div>
My changes do not take effect?
Is there something I am doing wrong please?