weenze
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating a way to Organize blogFrom what i read im not sure thats what im looking for, if you go to theoatmeal.com see how he has a tab on the nav bar that takes his site to comics and a tab that takes it to blogs, Thats what i want
Forum: Fixing WordPress
In reply to: Adding a blog to a pagewell i have a menu on the top that says Latest, Blogs, and Comics…When i post a blog it goes on the home page but then when i hit the Blogs tab there isnt anything there, I want to make it so when i post a blog i can put it under the latest and the blog tab, and when i make a comic i can put it on the comic tab but not the blog tab.
Forum: Fixing WordPress
In reply to: Can Someone Please tell me where the nav bar code isDude Thank you! You are a genius haha that was driving me nuts!
Forum: Fixing WordPress
In reply to: Can Someone Please tell me where the nav bar code isWhen I do that it only turns the text in the tabs blue, Im trying to turn the whole nav bar blue and leave the text black, im trying to have it fit the color scheme of the site lol
Forum: Fixing WordPress
In reply to: Can Someone Please tell me where the nav bar code isI mean its probably not right since it didnt fix it lol
Forum: Fixing WordPress
In reply to: Can Someone Please tell me where the nav bar code isMaybe im just really bad at this but its not working lol the color i am trying to input is #326cb3. So I changed it to this
#menu a {
color: #326cb3!important;
display: block;
line-height: 40px;
padding: 0 15px;
text-decoration: none;
text-transform: uppercase;
}Is that right? This is really like my first time working with code lol so my bad if its wrong