Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I love this plugin! However, I am new to WP and the world of plugins and I created some pages for my website and a sidebar; then, I was able to combine some pages and that specifically created sidebar is no longer needed. Thus, for clean up purposes and my sanity only – I want to delete the unneeded sidebar because as an example: one is named sidebar for referrals; then one is named sidebar for resources; then one is named (and it’s the one I am using) sidebar for referrals and resources page. When I go to appearance, widgets I see all these unused sidebars still listed along with all the ones I am using. I just want to delete them – is there a way for me to do this?

    Thread Starter sdukes49

    (@sdukes49)

    I have even tried coping many codes from Tablepress’ FAQ such as:
    .tablepress-id-N tbody td {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
    }

    and changing it to the following, so it would design all tables on my site

    .tablepress {
    font-size: 12px;
    font-weight: bold;
    color: #dc0852;
    }

    but, it doesn’t work.

    Thread Starter sdukes49

    (@sdukes49)

    I managed to get the codes above to work; however I want to change the color of the Title name and its size and have it bold. I have tried the following:
    .tablepress-table-name-id-1 {
    text-align:center;
    font-weight: bold;
    font-size:30px;
    color:#dc0852′
    }

    But the only thing that works is the text-align:center; Please help; I’ve tried many other codes to no avail.

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