Tagged: Footer
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- September 13, 2021 at 6:13 pm #42706cheryl greerGuest
I added a 3-column widget to my footer containing a sitemap. For some reason, the columns are surrounded by a blue border. What is this and how do I either get rid of it or change the color? I want the whole footer background to be the burgundy color.
September 13, 2021 at 6:20 pm #42741Jesse OwensKeymasterHello Cheryl-
Thanks for reaching out! Normally, you can set the footer background color for Crio in the Customize > Design > Footer > Colors menu, but it looks like something is overriding the burgundy color in your case.
You can fix this with a little bit of Custom CSS. Navigate to Customize > CSS & JS Editor and paste this line into the CSS Code:
aside#footer-1 { background-color: var(--color-1) !important; }
This will use the primary color of your Color Palette, which is set to the burgundy color right now.
September 14, 2021 at 3:44 pm #42752cheryl greerGuestThank you, that worked!
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Border around footer widget?’ is closed to new replies.