Hompage exerpts have no background color
-
Hi all,
I just learned, that exerpts on my homepage (first page which is a static page) do not have any background color.
Where do I have do ajust this? I like to have ist just white!
Info:
Exerpts that one can activate in:
graphen options > General > homepage exerpts (3rd menue point from top)
Thanks for help!
Thomas
Mod
Moved to Support. Please post in the correct section next time.
Add this to Custom CSS,
.homepage_pane {
background: #ffffff;
padding: 5px;
}Admin
You will have to manually change the width using CSS:
.container .homepage_pane {
width: 520px;
}If you change the column configuration or the container width, you will have to manually update that value.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
