Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1341550

    Hi,

    how can i change the footer-color for a specific page to #ea3696.

    kind regards Jak

    #1341584

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.