Archived topic
footer height
3 replies · Started by liz on August 22, 2021
Hi,
I tried to reduce the height of the footer in the customizer and in the footer block element but failed to do so..kindly help. Also, is there a way to change the "read more" button color in wp posts? I hope to use the same color as the one I used in the magazine grid. Thank you.Link to the site in the private info field.
Hi Liza,
For the footer height:
Go to Appearance > Elements and edit the block element that adds in the footer.
When you're on the block element's edit page, select the Container block and reduce its padding top and padding bottom. :D
As for the "read more" button:
.wpsp-read-more a {
background-color: your-background-color-here;
color: your-text-color-here;
}
Change the value to what you were using on the magazine layout. :D
thanks, alvin
No problem. :D