0
Welcome Guest! Login
0 items Join Now

SOLVED Search results page background

    • eRimkus's Avatar
    • eRimkus
    • Sr. Rocketeer
    • Posts: 168
    • Thanks: 2

    SOLVED Search results page background

    Posted 11 years 6 months ago
    • I would like to format the search results page to have a white background like the other pages of the website. The website pages have a transparent background otherwise. I have:

      #rt-mainbody > .search {
      margin: 0 auto;
      padding:20px;
      position: relative;
      background:#FFFFFF;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
      }

      www.domain.com
      Gantry 4.1.17
      Joomla 3.1.5

      TIA
    • Last Edit: 11 years 6 months ago by eRimkus.
    • eRimkus's Avatar
    • eRimkus
    • Sr. Rocketeer
    • Posts: 168
    • Thanks: 2

    Re: SOLVED Search results page background

    Posted 11 years 6 months ago
    • I found the solution.

      .search {
      margin: 0 auto;
      padding:20px;
      position: relative;
      background:#FFFFFF;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
      }

Time to create page: 0.050 seconds