• Resolved YPanchal

    (@ypanchal)


    Hello Shufflehound-Team,

    Thank you for a great Theme!

    I needed a help.
    I am trying to place a background image of table and it is showing on the edit page but it is not showing on site page.

    Thanks
    YPanchal

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    Can you give us a link to this page with table?

    Thread Starter YPanchal

    (@ypanchal)

    Theme Author shufflehound

    (@shufflehound)

    Please try to copy this custom CSS code under Maskitto Light Options > CSS code:

    .table td {
    background-color: transparent!important;
    }

    Thread Starter YPanchal

    (@ypanchal)

    Hello Shufflehound-Team,

    I tried the code but it still didn’t work.
    And when I placed the code in Maskitto Light Options > CSS code it showing warning sign for use of !important.

    Kindly guide me is there something that I missed or doing wrong way.

    Thanks
    YPanchal

    Theme Author shufflehound

    (@shufflehound)

    Sorry for our late response.

    You can just ignore that warning and try this:

    .table,
    .table td {
        background-color: transparent!important;
    }
    Thread Starter YPanchal

    (@ypanchal)

    Hello Shufflehound-Team,

    Thank you for your reply.
    I tried the above code but it didn’t work.

    And while trying for some solution I unable
    border spacing and border collapse property it shows my image but only in border area.

    Theme Author shufflehound

    (@shufflehound)

    Sorry, but then we have no solution at this moment.

    Thread Starter YPanchal

    (@ypanchal)

    Hello,

    Finally got the result. Here I would like share with other user the code which work for me:

    table th {
    background: transparent!important;
    }
    table td {
    background: transparent;
    }

    I put this code in style.css file in Maskitto Light Child theme.

    Thanks
    YPanchal

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Table Backgroung Image’ is closed to new replies.