Thanks, worked out perfect
i want it as main background like this
#main-content {
background-color: #000;
}
That worked fine, but not with:
#main-content {
linear-gradient(180deg, rgb(45, 55, 86) 0%, rgb(33, 37, 41) 100%)
}
Thx for that link. But im a complete noob and have no idea how to put in the code in my theme css area.
i tried with:
#main-content {
linear-gradient(180deg, rgb(45, 55, 86) 0%, rgb(33, 37, 41) 100%)
}
But get error there!
Nice that i find this thread.
How can i do this as background in bbpress in css;
linear-gradient(180deg, rgb(45, 55, 86) 0%, rgb(33, 37, 41) 100%)