• Resolved Kate34

    (@kate34)


    Hello,

    There’s a grey box around table

    http://yogdama.com/shop/

    Also on the home page at the bottom on both sides there are grey boxes.

    how can I get rid of those please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Kate34

    (@kate34)

    It’s on the second row but not in the first one, im confused…

    bdbrown

    (@bdbrown)

    Hi Kate34. The grey boxes on the home page are the backgrounds on the main content areas. To remove them add this to your custom css:

    /* remove backgrounds from below sidebars */
    .home.col-3cm .main, .home.col-3cm .main-inner {
      background: none;
    }

    The second row of books is shaded because the theme defaults to shading alternate table rows. Add this css to remove the shading:

    /* remove shading on alternate table row */
    tr.alt {
      background: none !important;
    }
    Thread Starter Kate34

    (@kate34)

    Thank you totally perfect 🙂

    bdbrown

    (@bdbrown)

    You’re welcome. If you don’t need any more help here please mark the topic as Resolved. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Grey Box around table’ is closed to new replies.