0
Welcome Guest! Login
0 items Join Now

How to remove background from module

    • jackieb's Avatar
    • jackieb
    • Jr. Rocketeer
    • Posts: 28
    • Thanks: 0

    How to remove background from module

    Posted 11 years 3 months ago
    • This image is hidden for guests.
      Please log in or register to see it.
      Greetings,

      How do I completely remove the color and or image from the top modules so that my own background image is the backdrop? I have attempted a lot of different ideas. See example.

      Site is just being developed so it is a bit messy:
      BROKEN LINK REMOVED

      Thanks, Josepha.
    • Last Edit: 9 years 4 months ago by Kat05.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: How to remove background from module

    Posted 11 years 3 months ago
    • as a start you can try to add

      header#rt-top-surround {
      background: none #fdeac4;
      filter: none;
      }
    • jackieb's Avatar
    • jackieb
    • Jr. Rocketeer
    • Posts: 28
    • Thanks: 0

    Re: How to remove background from module

    Posted 11 years 3 months ago
    • Excellent! That worked, Henning; however, for my needs, I omitted the color code. My only issue now is determining how to remove the border that seems to be under the menu bar. I don't mind sending another request or check the forum first.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: How to remove background from module

    Posted 11 years 3 months ago
    • try to add something like

      header#rt-top-surround {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-style: none;
      filter: none;
      }


      I suggest to use Firebug to find these rules ...

Time to create page: 0.071 seconds