Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42706
    cheryl greer
    Guest

    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.

    #42741
    Jesse Owens
    Keymaster

    Hello 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.

    #42752
    cheryl greer
    Guest

    Thank you, that worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Border around footer widget?’ is closed to new replies.