Custom css: Header logo size (Boost theme)

Custom css: Header logo size (Boost theme)

by Emocion Recreada -
Number of replies: 4

Hi all! I'm trying to resize the logo size of frontpage (home) in boost theme from 75px to 100px.

I add the following css in advanced settings:

"#page-header .logo img {
max-height: 100px;}"

Then i purge cache, but the logo still appear in 75px... why?

What can i do?

Thank you very much team.


Attachment logo size boost theme.PNG
Average of ratings: -
In reply to Emocion Recreada

Re: Custom css: Header logo size (Boost theme)

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
Very strange! Please post a screen shot of the CSS in its setting on the settings page.
In reply to Gareth J Barnard

Re: Custom css: Header logo size (Boost theme)

by Emocion Recreada -
Thanks Gareth! Here the shot! >>
Attachment css.PNG
In reply to Emocion Recreada

Re: Custom css: Header logo size (Boost theme)

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
If you read the description of 'scsspre' then that setting is included before everything else and thus anything there will be overridden by what happens later. Move your custom CSS into the Raw SCSS 'scss' setting below it.
In reply to Gareth J Barnard

Re: Custom css: Header logo size (Boost theme)

by Emocion Recreada -
Thanks Gareth, now works perfect, you're a genius! I move all the css to RAW SCSS!

Have a nice day master(L).