cancel
Showing results for 
Search instead for 
Did you mean: 

Web page Composer--- change of background

Former Member
0 Kudos

Hi....

How change the back ground color of the web page in web page composer.....

Accepted Solutions (0)

Answers (1)

Answers (1)

hofmann
Active Contributor
0 Kudos

Hi,

WPC uses the theme from the portal and his own theme. The portal theme can be controlled by the online and offline theme editor. There you can also define the background color of the whole portal. The WPC themes can be found at:

/etc/wpceditor/css/runtime

-> content.css

-> sdn_apps.css

-> sdn_general.css

These WPC themes can be edited using a CSS editor or any text editor and will only be used by WPC.

The actual HTML tags (class, id, divs) used by WPC are defined in the page template. In a standard WPC page:


<table class="wpc_1c_outertable">
    <COLGROUP>
        <COL class="wpc_1c_col1" />
    </COLGROUP>

	<tr class="wpc_1c_tr_o">

If you would change the background of the WPC content, change / define a CSS for .wpc_1c_outertable

Of course you can create your own pages and own divs that will be used by WPC.

br,

Tobias

Former Member
0 Kudos

where exactly i hv to make these modifications? .wpc_1c_outertable