How can I get the padding / margin of this section to be black too?
Thanks ![]()
div#shopify-section-1629229373365c61f7 {
margin-top: -131px !important;
margin-bottom: 4px !important;
}
Add this code in theme.scss or theme.css
Thanks - although this gets rid of the padding entirely. I still want it to be there, but to be black in colour…
What Should Be black in color pls Mark and provide me screen Shot
It’s marked with a red squiggle in the first screenshot I sent
remove the previous code.
div#shopify-section-1629229373365c61f7 {
margin-top: -131px!important;
margin-bottom: 4px!important;
color: #d5d0d0!important;
background-color: #000!important;
height: 284px !important;
}
@media only screen and (max-width: 1240px) {
.rte .enlarge-text {
margin: 0;
margin-top: 42px;
}}
Add this code in theme.scss