can´t set any background colors
I want to set a background color at .Action_bar. I try to use custom CSS - not working,
at the backend settings was a background color defined but it was not shown?
I want to set a background color at .Action_bar. I try to use custom CSS - not working,
at the backend settings was a background color defined but it was not shown?
Comments
Hello,
The background of the Action Bar is not working because you are using a transparent header.
If you would like to have a background on the Action Bar only, you will have to use Custom CSS Code, and I can help you with writing one, but I will need a link to your website.
Thanks
Hi Phil,
thank´s for this information / feeback. YOu can have a lool at: http://beta.galabau-denzel.de/
Warm regards, Marco
The best would be an black shape appr. 70%
Please, put the following CSS Code in Betheme -> Theme options -> Custom CSS & JS -> CSS.
But can you explain what you mean by "appr. 70%", please?
Thanks
A transparency of 70 percent black
I used this one - thank´s a lot:
#Action_bar{
background-color: rgba(12,12,12,0.7)!important;
}