Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #232931

    Hi, this question may be a custom css question. I was wondering is it possible to have a background colour for any of the “Layout Sections” . What I’m wanting is a background image using the “Colour Section” (which I have already done) and then to have 2 “Layout Sections” over top with white backgrounds and text.

    #233057

    Hi Snerp!

    You can also use a Custom Background Color for the Color Section instead of the Background Image. Edit the color section then look for “Custom Background Color”.

    Best regards,
    Ismael

    #233355

    I don’t think you are understanding my question. I mocked up a screen in photoshop of what I’m trying to achieve, take a look and let me know if this can be done. Click the link below to see my mockup

    http://d.pr/i/ligs

    #233637

    Hi!

    Sorry `bout that. You can add a color section then add a unique id on “For Developers: Section ID” field. Add “awesome-section” for example, use this on Quick CSS or custom.css to apply a white background inside the color section’s container.

    #awesome-section .container  {
    background: white;
    padding: 15px;
    margin-top: 20px;
    }

    In order to achieve the same look as the screenshot, you can insert two 1/2 column layouts inside the color section then insert the Image element on the first one and the text block on the other. Add another text block under the image element for the name, phone number, social icons etc.

    Best regards,
    Ismael

    #235579

    Thanks, that is exactly what I was looking for. Love this theme!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Layout Sections Background Colour’ is closed to new replies.