Change the background color of the module. Each independent item.
- Posted by FREDY GOMEZ (8) Offline
Regards.
I require putting each item in the module in its separate box with a white background. Could you tell me how to do it please.
I am using carousel (minifrontpageprok2)
Thank you.
4 years 6 months ago #1
by FREDY GOMEZ
I require putting each item in the module in its separate box with a white background. Could you tell me how to do it please.
I am using carousel (minifrontpageprok2)
Thank you.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Can you share your website url so I can take a look on it directly?
4 years 6 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by FREDY GOMEZ (8) Offline
Thanks for your quick response. www.soachaeducativa.edu.co/site
4 years 6 months ago #3
by FREDY GOMEZ
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Try to add this code to Css Adjustment tab in the module backend
4 years 6 months ago #4
by TemplatePlazza
.tns-item > div {
background: white!important;
border:none!important;
}
Please Log in or Create an account to join the conversation.
- Posted by FREDY GOMEZ (8) Offline
Regards. The code leaves the entire section blank and affects other modules on the web.
I need it to be the same as the attached image. The white boxes and the background of the color that I put in the constructor.
Thank you very much for your help.
4 years 6 months ago #5
by FREDY GOMEZ
I need it to be the same as the attached image. The white boxes and the background of the color that I put in the constructor.
Thank you very much for your help.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
That code should produce the same output as the attached. Can you make a screenshot of your website with the code applied?
4 years 6 months ago #6
by TemplatePlazza
Please Log in or Create an account to join the conversation.