0
Welcome Guest! Login
0 items Join Now

Gantry 5 background pattern

  • Gantry 5 background pattern

    Posted 8 years 9 months ago
    • Hi
      I'm using Gantry5 with Hydrogen template.
      I want ask how to make pattern background image in header position, like in Enigma tamplate.
      Pattern image behind the logo.
      This image is hidden for guests.
      Please log in or register to see it.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22283
    • Thanks: 3225
    • messin' with stuff

    Re: Gantry 5 background pattern

    Posted 8 years 9 months ago
    • You'll have to do it with Custom CSS:

      #g-section {
      background: url('path/to/image.jpg') no-repeat center center;
      }

      //replace section with the section name

      or you can add the Image Picker to your Styles Tab YAML file along with the appropriate TWIG output to add a Background Image field to your Section

      docs.gantry.org/gantry5/advanced/customizing-theme-files
    • The following users have thanked you: Deák Attila

    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:

Time to create page: 0.074 seconds