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
Hello,
Would you help me to change background of Easy Footer theme.
Thanks
@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;
thanks your advise, it is not solved.
I tested that component in my forum and it worked that way.
You just have to put the color you want instead of $primary
Thank you a Boss Girl
Welcome Have a nice day!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.