sdukes49
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Page Sidebars] No way to remove sidebarsI 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?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Customizing TablePress tableI 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.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Customizing TablePress tableI 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.