ianfmc
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Excerpt] Plugin doesn’t work on static homepage or single pageHaving the same issue…not working on a mixed-content homepage.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS not appliedYes: thanks, that’s better…the right- and bottom-most are still not showing up, but that is a CSS issue, I think, so I’ll look into that.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS not appliedHi Tobias:
Thanks again for the quick reply!
Do you mean the border colors are changing, or the background color? I should have mentioned that the background color DID change based on your recommendation.
What I seeing now i the bottom and top border changing, but not the left or right. I think I added all of the cells, but could be wrong about that (I learned my CSS ‘in the streets.’)
All the best, Ian.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS not appliedOops…now the borders are not changing. Please see below:
.tablepress thead th, .tablepress tfoot th { border-color: #002654 !important; background-color: #002654 !important; color: #FFFFFF; } .tablepress thead th, .tablepress tfoot th, .tablepress td { border-color: #002654 !important; }Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS not appliedBoom. Fixed.
Thanks very much, Tobias (Vielen Dänk)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS not appliedSome additional information: when I preview the page after editing, the CSS has been applied.