掲示板

portal development

12年前 に Shreyas A によって更新されました。

portal development

New Member 投稿: 16 参加年月日: 12/01/17 最新の投稿
how to change the back ground color of a classic theme.....in which exactly we should edit?
thumbnail
12年前 に David H Nebinger によって更新されました。

RE: portal development

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
First, please stop using "portal development" as the subject line for all of your posts. It provides no useful info for someone searching the forum, and it could be glossed over by someone thinking it's the same portal development question that you asked previously.

To change the background color, are you asking about the color scheme or the background color overall?

In either case, you're going to be creating your own theme that has "classic" as it's parent theme. In the docroot/_diffs/css folder, copy the main.css file from docroot/css in there and add an import statement for custom-ext.css.

Create the custom-ext.css and change the body class definition.

For the color scheme, you're going to do a similar thing with the color scheme specific css file(s).