WOC
January 18, 2023, 7:44pm
1
Hi,
I tried using the following code below to change the font color in my footer to white on my website (Dawn Theme) https://womenofcourageplatform.org/ however not all font is changed to white. How do I get the subscribe box with email and the mission white. Please assist.
Code:
.copyright__content a, .footer-block__details-content .list-menu__item–link {color: #fff ;}
.footer-block__heading{color: #fff ;}
.newsletter-form__field-wrapper .field__input::placeholder {color: #fff ;}
.list-social__link{color: #fff ;}
.footer-block__details-content .list-menu__item–active {color: #fff ;}
.copyright__content, .copyright__content a {color: #fff ;}
1 Like
@WOC
oh sorry for that issue can you try this code
Go to Online Store->Theme->Edit code
Asset->/base.css ->paste below code at the bottom of the file.
.footer-block__details-content>p, .footer-block__details-content>li, .footer-block--newsletter .field__label, .footer-block--newsletter .newsletter-form__button {
color: #fff !important;
}
.footer-block--newsletter ::before, .footer-block--newsletter .field::after {
display: none !important;
}
.footer-block--newsletter .field__input:focus {
box-shadow: none !important;
}
Hello @WOC
Its Artzen Technologies! We will be happy to help you today.
Go to online store > theme > Edit code > Assets > base.css (file) and paste the following code:
.footer{
Color:#fff;
}
.field {
border : 1px solid #fff;
}
.field .field__label{
Color:#fff;
}
#NewsletterForm--footer .footer-block--newsletter ::before, .footer-block--newsletter .field::after {
display: none !important;
}
Let me know if need further assistance
Regards,
Artzen Technologies
Hi @WOC ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css,
Step 3: Paste the below code at bottom of the file → Save
footer *{
color:white !important
}
.newsletter-form__field-wrapper .field:after{border-color:white !important}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly