Hi,
how can i change the footer-color for a specific page to #ea3696.
kind regards Jak
Hey Jak73,
Thank you for the inquiry.
The body element contains a class name that is unique for each page. You can use that to adjust the style of the elements on a specific page.
Example:
.page-id-416 .socket_color {
background: #ea3696;
}
This should adjust the color of socket in the page that you provided above because it has the ID 416.
Best regards,
Ismael