wealthychef
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Yet another question about changing sidebar colors@batharoy, good to know I can use “yellow” instead of the hex codes. I’m learning by trial and error here. 🙂 However, I had already tried editing “secondary” and it did not change things for me. Hopefully this is true for all browsers. But with my new change things are now uglier than ever and I’m very happy. 🙂
Forum: Themes and Templates
In reply to: Yet another question about changing sidebar colors… and found my answer finally in the Safari debug console. Turns out it’s this piece of code in my theme’s style.css file:
@media screen and (min-width: 1008px) { .... .site:before { background-color: #000;Forum: Fixing WordPress
In reply to: How to assign multiple categories to postsI think I’ve found what I need: it’s called the “Posts by Tag” widget. No code required, combined with the “Widgetize Pages” plugin it allows me lots of flexbility the way I want.
Forum: Fixing WordPress
In reply to: How to assign multiple categories to postsThank you. I think that’s an advanced view, unfortunately, since I’m a newbie to wordpress. I don’t know what a wp-includes/query.php file is, for example. Since we are hosted at a 3rd party site, I’m not sure I can even edit this file. I’m hoping to achieve my aims through the use of widgets, plugins, and the like if possible. Is there hope for me? Is there a cool widget out there that will allow me to select arbitrary tag combinations?