Hi!
I would like to change the text color in the footer.
I created custom.css file and uploaded it to the server. I also enabled the custom css from the theme options.
This is the code I’m currently using (picked it up from this support forum):
.main-footer {
padding-top: 0px;
}
footer .address-company a.white-text{
color: white !important;
}
.main-footer .widget-title {
border-bottom: none;
margin-bottom: 0px;
text-align: center;
padding-bottom:0px;
font-size: 16px;
}