roelmann / moodle-theme_flexibase

NOTE - Versions from the Moodle plugins database will be found in the STABLE branches of this repository. The Master branch is development work and not guaranteed at any point - It should only ever be used on a development/test environment. The MASTER branch is now being developed on Mdl3.1 and while testing will be maintained on 3.0 prior to any updated releases in the plugins database, the MASTER branch cannot be guaranteed at any stage. PLEASE ALWAYS USE STABLE BRANCHES FOR PRODUCTION siTES
7 stars 7 forks source link

Slide title #83

Closed fmeneuhe closed 8 years ago

fmeneuhe commented 8 years ago

Hi, Is possible to change the style of the slides title?

roelmann commented 8 years ago

Firebug and Chrome Developer tools are your friend for changing styles if there is no theme setting - they help you find the correct selector and try out styles before committing them to the customcss setting. In this case it should be something like: .carousel.slide h1 {your-styles:here;}

fmeneuhe commented 8 years ago

Thanks