How to DISPLAY and EDIT the site FOOTER in the Boost theme using CSS for MOODLE 4.0

Sdílet
Vložit
  • čas přidán 25. 08. 2024

Komentáře • 17

  • @patrickf01
    @patrickf01 Před rokem +1

    Great tip and so nicely laid out!

  • @fabitas
    @fabitas Před rokem +1

    Thanks!

  • @wwmnature
    @wwmnature Před 10 měsíci +2

    Thanks for your tutorial, could you make another video customizing the footer further e.g removing “powered by moodle” etc
    Thanks

    • @Ricoshae
      @Ricoshae  Před 5 měsíci

      You can remove the powered by from Moodle 4 Boost theme with #page-footer .footer-content-popover .footer-section:nth-child(2) { display: none; }

  • @LuisSousa-tf2ij
    @LuisSousa-tf2ij Před 4 měsíci +1

    Hello! Thanks for the guide, was really helpful. Is there a way to add images to the footer, like logos?

    • @Ricoshae
      @Ricoshae  Před 4 měsíci

      Sorry. Not that I know of in the boost theme. I have only been able to do this using a child theme.

  • @supersmart671
    @supersmart671 Před 5 měsíci +1

    Thanks! my requirement is to remove want to remove the question mark. It worked.
    Add the below code to Boost them 'Advanced settings' In 'Raw SCSS'
    /* Moodle "element" changes.
    ------------------------------ */
    /* Remove the "?," bottom-right side */
    footer#page-footer {display: none;}

  • @user-nd8nm4zm7q
    @user-nd8nm4zm7q Před rokem +1

    Thanks for that! I've tried it out and it works ... to a degree: It turns out the footer that has now reappeared is devided into three sections so the contents does not spread out over the full width but stays in the middle 'column' and the background colour too only affects the middle section. Any solution for that?

    • @Ricoshae
      @Ricoshae  Před rokem

      Apologies for the slow response, I have been overseas playing music in Germany :) I will have a look and see what I can find out.

  • @060_dianelnursa4
    @060_dianelnursa4 Před rokem +1

    how to remove this footer

    • @060_dianelnursa4
      @060_dianelnursa4 Před rokem +1

      i mean remove powered by moodle

    • @Ricoshae
      @Ricoshae  Před rokem

      Do you have access to the Moodle server and the code or do you need to do this using CSS?

    • @060_dianelnursa4
      @060_dianelnursa4 Před rokem

      @@Ricoshae yes, i have. how to set it? and what about the script by body befor additional html?

    • @mossaabhajelsiddig5363
      @mossaabhajelsiddig5363 Před 8 měsíci

      @@Ricoshae I hope if you can do it with CSS