XY Moodle Theme
Get this theme
  • XY Premium Moodle Theme
  • How to start?
  • Moodle Versions Support
  • General
  • Settings Importer/Exporter
  • Advanced Menu Builder
  • Local Page
  • Front Page Blocks
  • Custom Blocks
    • Hero Builder
    • Hero Video Builder
    • Testimonials Builder
    • Grid Builder
    • FAQ Builder
    • Team Builder
  • Theme Settings
    • Introduction
  • General Settings
  • Login & Sign-up
    • Hide Fields on Sign-up Page
    • The Importance of Video Backgrounds and Optimization
  • Branding
    • Fonts
    • Color Customization
    • Custom E-Mail Template
  • Navigation
    • Sidebar
    • Main Navigation Builder
    • Sidebar Color Customization
  • Course Page
  • Course Filter
  • Footer
  • Files Manager
    • Category Images
  • Frontpage
    • Top Bar Logo & Navigation
    • Custom Blocks
  • Addons
  • Changelogs
    • Theme releases
      • Version 1.0.0
  • Recommendations
    • Server/VPS
Powered by GitBook
On this page
  1. Files Manager

Category Images

Upload images for categories and subcategories. The theme will automatically add these images to the category list page.

PreviousFiles ManagerNextFrontpage

Last updated 1 month ago

Customizing Image Shadow

You can modify the shadow effect using these CSS options (Addons - Advanced - Raw SCSS):

  • To remove the shadow completely: .subcategories .category .rui-category-cover-wrapper:before { display: none; }

  • To customize the gradient overlay: .subcategories .category .rui-category-cover-wrapper:before { background-image: linear-gradient(180deg, #fff0 53%, #000 110%); }

Preview