Hi
I need to change the background color of the my membership page. Can someone please tell me how I can do that.Thanks
samir
Hi I need to change the background color of the my membership page. Can someone please tell me how I can do that.Thanks samir |
Hello, open the modules/boonex/membership/templates/base/css/levels.css
div.mbp-level {
background-color:#F2F2FF;
margin:10px 10px 0;
padding:10px;
position:relative;
}
background-color:#F2F2FF;
with what you wanted
PS: If possible do not write me personally, please try to ask on the forum first |
Thanks :) |