mnwaterbug
Forum Replies Created
-
That got me back on the tracks! But I wanted a smaller version of my image, so I coded it like this:
.js .main-nav { background: url('http://example.com/image.jpg'); }and it works beautifully!
Thanks again for your help!!!
That worked nearly perfect, thanks!
I added:
.menu .current_page_item a, .menu .current-menu-item a { background-color: transparent; }so it wouldn’t cover my picture after an item was selected.
Now the large menu (for computers/tablets) looks good, but when the browser window is dragged to a narrow width, it converts the menu to a phone version, and my pretty image is replaced with an ugly grey bar. I tried a few different things, but haven’t figured out what I need to change to put my image over that one. Any help would again be appreciated!
Minnesota Water Bug (10,000 lakes, dontcha know!)
Forum: Plugins
In reply to: [Plugin: TablePress] Custom CSS not working properlyThanks, that did it …and sorry for the bum steer. I’m in the middle of a conversion from MS Expression Web… I lost track of what tables I copied vs. created with Tablepress. Thanks to plugins like yours, I think I’m going to like WP a lot more than EW!
I like your tag-line… code IS poetry!
Forum: Plugins
In reply to: [Plugin: TablePress] Custom CSS not working properlyI want a smaller table row height here, and I’ve added this to my Custom CSS file:
#content .tablepress th, #content .tablepress td { padding: 0px; }But it looks the same whether padding is 0px, 10px or 100px. I can’t change the color of the table with the Custom CSS file either. I’ve looked for a few hours, and I’m running out of ideas! Any help would be appreciated.