Content Type Background Colors
Submitted by StevenDavies on Mon, 11/30/2020 - 14:39
Forums:
Hello, just a question for the Devs. Will you be allowing us to control the back ground color of the container?
I want to use the course presentation but the white background of the box is not going to work, I need transparency?
What is the best solution? Custom CSS of the element or make my own content and control it that way?
Thanks
Steven Davies
Web Developer Calian Group
Content types:
BV52
Mon, 11/30/2020 - 18:24
Permalink
Hi Steven,The easiest way is
Hi Steven,
The easiest way is to use a PHP hook, to add your own CSS-file to the content type. Please visit the Visual Changes page for more details.
-BV
StevenDavies
Wed, 12/02/2020 - 13:49
Permalink
Course PResentation
Was able to modify the colors. I erred in that I didn't see the background color option :(.
However, new challenge. I see that the Course Presentation wrapper is hard fixed in css to 640x480 should the content not fit the iframe?
Thanks
Steven Davies
otacke
Wed, 12/02/2020 - 23:16
Permalink
Hi Steven.The width will be
Hi Steven.
The width will be set to auto and the height computed in JavaScript, so Course Presentation scales nicely.
Best,
Oliver
StevenDavies
Fri, 12/04/2020 - 14:50
Permalink
Course Presentation
Thanks!!!