Hi there,
Link on private: I have the color section that has the Media Room and Publication set without any top border styling, but I can see a fine line, why is that?
Thanks!
Hi worldfuturecouncil!
Please add to your custom CSS
.main_color { border: none; }
let me know if it works
Cheers!
Basilis
Hi there, thank you for getting back to me.
That helped solve the issue, but now there is a line missing on the title bar (link sent by private)
Thanks!
Hi!
Please add following code to Quick CSS
.title_container {
border-bottom: 1px solid #e2e2e2;
}
Regards,
Yigit
Thanks!!! Worked perfect!