Announcement

Collapse
No announcement yet.

Changing the colour of background of panels...?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Changing the colour of background of panels...?

    Is there a way of making the panels that have all the info of the website a different colour rather than transparent? So i have one colour of picture fixed for the background and a different colour for the portion of the site that scrolls... Is there a simpler way of explaining this?

    Thanks again,

    Rhian
    www.girlfrombluecity.co.uk

    #2
    If you are trying to stop the red ladybird showing through the product area on your site add

    .bulk {
    background-color: #fff;
    }

    to the bottom of the actinic.css

    The actinic.css is compacted so not easy to read but you may be able to insert

    background-color: #fff;

    into the exiting .bulk declaration.


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Whilst you are there you may want to use

      .bulk {
      padding-left: 10px;
      background-color: #fff;
      }

      to move the text from touching the left hand border


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Thankyou so much, that looks miles better!
        www.girlfrombluecity.co.uk

        Comment

        Working...
        X