Hi,
I have read a couple of threads which show how to either disable or change the footer from a specific page which I have followed, but for some reason it still shows the footer and/or the default colour.
This is the page I am trying to primarily change the footer colour if easier. It is a popup as per iframe, but the result is the same.
I have tried this
.page-id-1213 .socket_color {
background: #FFFFFF !important;
}
.page-id-1213 #footer {
display: none!important;
}
<body id=”top” class=”page-template-default page page-id-1213 logged-in admin-bar no-customize-support stretched rtl_columns av-curtain-numeric arial-websave arial latepoint avia-responsive-images-support” itemscope=”itemscope” itemtype=”https://schema.org/WebPage” >
Can you please help as I would like to just have the one colour on the entire page. The popup is very basic and therefore the footer covers the majority of the page so I just want it to be the same.
Thank you,
Paul