Okay
  Public Ticket #1862205
table background color
Closed

Comments

  • active00 started the conversation

    Im using the site with hosts change on my pc (detail attached) but I can't change the specifications table transparent or the same as the background color of the column or row, and change the text and borders to white... I tried to change the color in the html code of the text block and didn't work, change the color of the row background and didn' either, so... I don't know how to change it.

  •  8,996
    Tahir replied

    Even After the host change i am seeing this : http://prntscr.com/m9x99a ?. 


    ThemeNectar Support Team 

  • active00 replied

    please, get rid of the "https://www"

    Just navigate using: "vento.com"

  •  8,996
    Tahir replied

    Tried that , it automatically redirects to https and www


    ThemeNectar Support Team 

  • active00 replied

    maybe using this URL?

    http://kujwy.hosts.cx/
  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body:not(.woocommerce-cart) .main-content table {
        background-color: transparent !important;
        border-color: #d70000 !important;
    }
    body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
        background-color: #fcfcfc14;
    }
    body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child {
        border-color: #d70000;
    }
    body:not(.woocommerce-cart) .main-content td {
        border-color: #d70000;
    }

    Thanks


    ThemeNectar Support Team 

  • active00 replied

    this works perfectly fine thanks!