Theme "Adaptable": Changing background color on Frontpage

Theme "Adaptable": Changing background color on Frontpage

por Peter K. Speiser -
Number of replies: 5

Hi everybody,

I am using the theme "Adaptable".

I am searching for the possibility, how to Change the Background Color of the FrontPage.


As far as I think, this is not possible without CSS commands.

Can somebody of you please tell, how to Change the Background Color of the FrontPage directly within the mentioned theme or with CSS commands?

Thanking you in advance for your Support.

Kind regards,

Peter

Average of ratings: -
In reply to Peter K. Speiser

Re: Theme "Adaptable": Changing background color on Frontpage

por Fernando Acedo -
Imaxe de Plugin developers Imaxe de Testers

Please, the themes forum has some rules that you can find at the top of the page.

You must indicate your moodle and Adaptable version before get support.

In reply to Fernando Acedo

Re: Theme "Adaptable": Changing background color on Frontpage

por Peter K. Speiser -

Hi Fernando,

thanks for your reply with your more than fair questions:

I am using Moodle version   2017051500.02

The used Moodle release is  Moodle 3.3+ (Build: 20170525)


Unfortunately I do not know how to find out the version of the Adaptable scheme.  tristayu

Kind regards,
Peter

In reply to Peter K. Speiser

Re: Theme "Adaptable": Changing background color on Frontpage

por Fernando Acedo -
Imaxe de Plugin developers Imaxe de Testers

Site Administration > Plugins > Plugins Overview

Themes are usually located at the bottom of the page

In reply to Peter K. Speiser

Re: Theme "Adaptable": Changing background color on Frontpage

por Mary Evans -
Imaxe de Core developers Imaxe de Documentation writers Imaxe de Peer reviewers Imaxe de Plugin developers Imaxe de Testers

Hi Peter,

I'm sure the background of the frontpage has not changed color in Adaptable, since it was made a few years ago, as the background colour is actually coded in the Bootstrapbase theme. And since you are using Moodle 3.3 then the colour will still be white as it always has been so.

The only problem you will have is that the colour is set in the HTML, body and so everthing page has a white background.

You could try the following CSS:

body#page-site-index { background-color:  blue !important;}

Hope this helps?

Cheers

Mary