is it possible to change the background of this section to Grey #E9E7E4, leave the white container. Please see reference photo below of how I would like it to look.
pass: mowglo
is it possible to change the background of this section to Grey #E9E7E4, leave the white container. Please see reference photo below of how I would like it to look.
pass: mowglo
Hello @Chantelrudden
I would like to give you a solution to support you.
Go to Online Store → Theme → Edit code.
Open your assets/base.css theme file.
Add code after into the end file:
.section-template--18049087340820__c8864c92-e491-4639-a326-8783b819a84f-padding .multirow__inner .image-with-text{
background: #E9E7E4;
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
You can try with the code:
.section-template--18049087340820__c8864c92-e491-4639-a326-8783b819a84f-padding .multirow__inner .image-with-text{
background: #E9E7E4;
}
.section-template--18049087340820__c8864c92-e491-4639-a326-8783b819a84f-padding .image-with-text__text-item{
padding: 30px;
}
.section-template--18049087340820__c8864c92-e491-4639-a326-8783b819a84f-padding .image-with-text__text-item .image-with-text__content{
padding: 20px;
background: #fff;
}