Hi @berenice91
Yes, we can do it for you.
To change the color of the service font and background, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).
.service-area h2 > a {
color: #202020 !important;
}
.service-area p {
color: #202020 !important;
}
.service-area:hover {
background: #ff0000 !important;
border: 1px solid #ff0000 !important;
}
You can change the color code as per the need.
If you need more help then let me know..!
Regards
—
Shahid
thanks!
One more thing, how can I change the background color of the place where the text is in my other pages?
Hello @berenice91
For this, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).
.page-template-default .blog-detail-section {
background-color: #ff0000 !important;
}
.page-mycarousel {
background-color: #ff0000;
}
Change the color code as per the need.
Regards
—
Shahid
Hello @berenice91
Did your problem solved or not.
If yes, then allow us to close this ticket.
Regards
—
Shahid