You may wish to change the footer bar color, font family and size, font-weight, etc. Here's how to do it using css code.
Appearance>Customize>Additional CSS and insert the following code:
-------------------------------------------------------------
.site-info {
text-align: center;
font-family: arial;
font-size: 20px;
font-weight: 600;
font-stretch: ultra-condensed;
color: #ffffff;
background-color: #352ece;
line-height: 0px;
}
-------------------------------------------------------------
Now you can change the css attributes to whatever footer bar color, font family, font size, etc you wish. If you want to use the font-stretch attribute, make sure the font family has a condensed version. Dispense with any of the code not required before clicking on Publish.
And I have a question? What if I want, in my footer, in addition to @ 2022 "Website" | All Rights Reserved ->
@ 2022 "Website" | All Rights Reserved | Terms & Conditions
AND want the Terms & Conditions to be clickable opening up the T&C page?
Is that possible through this method?
Please, What if want I to hide the menu on a page?