Design and CSS styles
Version 4.x > Design and CSS styles > CSS Problem View modes: 
User avatar
Member
Member
chesshouse-gmail - 7/24/2009 9:26:17 AM
   
CSS Problem
Hi,
I have a problem designing the home page. I have put a editable text field in the left zone of the home page.

Now i want to apply css to it but i can not do it.

I changed the main css file of the site and placed the div tags in the upper and lower end of editable text field by viewing it in html.

Please guide me how can i make a css change.

Regards

User avatar
Kentico Developer
Kentico Developer
kentico_ondrejv - 7/27/2009 6:34:11 AM
   
RE:CSS Problem
Hello,

Basically you can set CSS classes by content before/after properties of current webpart: http://devnet.kentico.com/docs/devguide/common_web_part_properties.htm

Or you can add HTML code to the layout of current page: http://devnet.kentico.com/docs/devguide/page_layouts.htm

Then you can refer to your CSS styles.

Best Regards
Ondrej Vasil