PDA

View Full Version : CMS Static HTML


Aarias
04-28-2012, 10:39 PM
Greeting everyone,

I am just starting out getting familiar with CMS and have a quick general question.

I am using a lot of static HTML types for my widgets and i don't particularly care for the display. It looks like this

https://vborg.vbsupport.ru/external/2012/04/4.png

So it shows HTML along with the widget name in a standard grey bar. Is there a way to make it look prettier? Having HTML displayed looks silly to me but I'm not quite sure how to change that.

Thank you for your help.

Reycer
04-29-2012, 12:10 AM
Do you just want to delete the title all together? For that just open up additional.css and add this to the top

.cms_widget_header {
display: none;
}

Aarias
04-29-2012, 12:50 AM
That is so much better. Thanks a million!