Change background color of Easy Footer theme component

Hello,

Would you help me to change background of Easy Footer theme.


I installed this theme from https://github.com/discourse/Discourse-easy-footer

Thanks

1 Like
@import "common/foundation/variables";

.custom-footer {
  display: flex;
  flex-wrap: wrap;
  background: $primary;
  .flexbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: $secondary;
    padding: 2em 0 1em 0;
  }

Hello!

I’m not an expert on this, but I think you have to change the following line:

background: $primary;

Example: background: red;

2 Likes

thanks your advise, it is not solved.

1 Like

I tested that component in my forum and it worked that way.

You just have to put the color you want instead of $primary

2 Likes

If you want to use a background image …

The result …

3 Likes

Thank you a Boss Girl

2 Likes

Welcome :blush: Have a nice day!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.