Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: page width
    Thread Starter kebova1

    (@kebova1)

    Yes I block all but USA. Due to the nature of the site only USA needs to see it, I will deactivate the block for the next few days, sorry.

    Thread Starter kebova1

    (@kebova1)

    I have another question now…I’m trying to bold row 3 and 6 in table 2 (the front page featured cart section) because it is the price I don’t want to use strong commands in the individual cells, because the client wants to edit cells on his own so id rather do custom css
    below is the custom css i tried to use but it is not working

    .wp-table-reloaded-id-2 .row-3
    .wp-table-reloaded-id-2 .row-6 {
    font-weight: bold!important;
    }

    below is my entire custom css

    .wp-table-reloaded-id-2 td {
    text-align:center;
    vertical-align:middle;
    }
    .wp-table-reloaded td {
    font-family: Tahoma;
    font-size: 14px;
    color: #000000;
    }
    .wp-table-reloaded-id-2, .wp-table-reloaded-id-2 td, .wp-table-reloaded-id-2 th {
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    }
    .wp-table-reloaded-id-2 .row-3
    .wp-table-reloaded-id-2 .row-6 {
    font-weight: bold!important;
    }

    page in question is here

    Thanks!

    Thread Starter kebova1

    (@kebova1)

    that did the trick, i knew it was something simple, I’m a long time html user just getting started on css. Thanks! Great plug-in too!

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