Howdy all,
Hoping the CSS gurus among you can provide assistance for the below (seemingly simple) CSS tweaks to the public catalog page (pre-SSO):
Change the background colour of the page. Have achieved this for the post SSO home page by targeting page ID #. However, this does not appear to work for the public page, what am I missing here?
#doc-page-catalog {
background-color: #000000;
}
Reduce the height of the header image by half. Simply uploading an image with reduced height px does not achieve this. The below code variations are also not working. Any ideas?
#doc-page-catalog > div > intro.text-white {
height: 150px !important;
}
Any assistance greatly appreciated.