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

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024

Комментарии • 17

  • @wwmnature
    @wwmnature 10 месяцев назад +2

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

    • @Ricoshae
      @Ricoshae  5 месяцев назад

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

  • @patrickf01
    @patrickf01 Год назад +1

    Great tip and so nicely laid out!

    • @Ricoshae
      @Ricoshae  Год назад

      Glad it was helpful!

  • @supersmart671
    @supersmart671 5 месяцев назад +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;}

    • @Ricoshae
      @Ricoshae  4 месяца назад

      Awesome. Thank you.

  • @LuisSousa-tf2ij
    @LuisSousa-tf2ij 4 месяца назад +1

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

    • @Ricoshae
      @Ricoshae  4 месяца назад

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

  • @fabitas
    @fabitas Год назад +1

    Thanks!

  • @user-nd8nm4zm7q
    @user-nd8nm4zm7q Год назад +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  Год назад

      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 Год назад +1

    how to remove this footer

    • @060_dianelnursa4
      @060_dianelnursa4 Год назад +1

      i mean remove powered by moodle

    • @Ricoshae
      @Ricoshae  Год назад

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

    • @060_dianelnursa4
      @060_dianelnursa4 Год назад

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

    • @mossaabhajelsiddig5363
      @mossaabhajelsiddig5363 8 месяцев назад

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