• Resolved Passion

    (@passiondigitalpublishing)


    Hi,

    I have just done an update to the latest version of Lifterlms plugin. Then I discovered that the course catalog display page has changed substantially. It is now aligned left instead of centred. Also, the grid display does not have a border or shadow as previously. I would really prefer the previous Lifterlms Course display design that has a border and shadow. Can you advise me how I can add some CSS code to style the courses page back to the original design of Lifterlms courses display?
    Thank you

    Esther

Viewing 1 replies (of 1 total)
  • Hey Esther,

    Something like this will do the trick:

    
    .llms-loop-item-content {
        box-shadow: 0 2px 3px 1px #999;
        border: 1px solid #999;
        padding: 5px;
        border-radius: 4px;
    }
    

    Take care,

Viewing 1 replies (of 1 total)

The topic ‘Course Catalog CSS’ is closed to new replies.