Good day everyone.
I would like to change a specific section on the homepage’s settings but only that section. I know each section has an ID and I have tried to refer to it but I think I am doing it wrong.
This is the below code that I am using. The section ID is in the brackets. I have tried adding “section.” in the front of the ID but that doesn’t work either. Basically I want to make a specific section more narrow and take out the padding of it but not all the sections on the home page.
.shopify-section-{{ 16367865507f5a475a }}
{
padding-top: 0px;
padding-bottom: 0px;
}