I would like to change the color of the border in the BoonEx block . Is it possible?
I try this in general.css:
.main_footer_block {
border:1px solid #0066B2;
}
... but it does not work. Where does it write?
I would like to change the color of the border in the BoonEx block . Is it possible? I try this in general.css: .main_footer_block { ... but it does not work. Where does it write? |
Hello try to replace this code line in your style: border:1px solid #0066B2; with border:1px solid #0066B2 !important; PS: If possible do not write me personally, please try to ask on the forum first |
Make sure you not edit in the "base" folder. Do it in the custom templates folder. ---- |
Thank you! It works. |
Thank you! It works. you are welcome PS: If possible do not write me personally, please try to ask on the forum first |