changing course style

changing course style

by Trine Michelsen -
Number of replies: 1

Hi

I'm using the splash theme

In the course, where the main content is there's a border all around it -and also around all the topics beneath. How can i take away the border and instead give it a background color so that the appearance is the same as in my main page?

Cheers

Average of ratings: -
In reply to Trine Michelsen

Re: changing course style

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi Trine,

My apologies for having missed your post...it looks like it got shoved down the page and so not that noticeable.

You should be able to remove the border and add a background color by adding the following CSS to the Custom CSS section in the Custom Settings page for Splash theme.

.path-course-view .course-content li.section {
    background-color: #FFFFEE;
    border: 0 none;
}
.course-content ul li.section .content {
    background-color: #FFFFEE;
    margin: 0 40px;
}

Hope this helps?

Cheer

Mary