successinfailure
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Adding an image (logo) to navigation/menu bar?The logo could be at the very top of the page. But thank you WPYogi, I’ll check if I can get it to work.
Forum: Themes and Templates
In reply to: [Theme: Hueman] Adding an image (logo) to navigation/menu bar?Help? 🙂
Forum: Themes and Templates
In reply to: [Theme: Hueman] Adding an image (logo) to navigation/menu bar?Can this be done in CSS alone somehow?
Forum: Themes and Templates
In reply to: [Hueman] Page on top as navigation barUnder Appearance–>Menus, have you added the menu you created to your menu structure?
And under Appearance–>Customize, have you added a Topbar menu?
Forum: Themes and Templates
In reply to: [Hueman] Help for a "semi knows what I am doing person"First of all, WOW, you have a very awesome taste in color. Love it!
This is what you need to do:
Before we start editing anything, I need to know what you’re using to change your style.css sheet. I’m suggesting to use a child theme or a Custom CSS plugin to make sure your changes won’t be lost with updates.
1. I’m guessing you want your main background to continue off to the header (correct me if I’m wrong). Then you would just have to add this code:
#header { background: url("http://www.babybugsnberries.co.za/wp-content/uploads/2013/12/blue-miss-dottie.png"); }2. How big do you want your logo to be? Anyway, the way to do this, is to change the max-height (where it currently says 118px, which is your default, change that to your preferences):
.site-title a img { max-height: 118px; }3. To make the sidebar white, use this code:
.col-2cl .main-inner { background: #fff; }4. To make all the text black, you need to edit multiple things.
html, body, div, span, h1, h2, h3, h4, h5, h6, p { color: #000; }That should change most of the things you want.
I’m also using the brilliant Hueman theme and it’s really great. I’m actually building my first website ever, you can take a look at successinfailure.com, if you like something about the design, I can tell you how to do it. However, I highly recommend learning CSS. It is seriously super easy, it is just editing properties. If you want to ask for help in the future, you can send me an email at ceosinf@gmail.com.
Cheers! 🙂
Forum: Themes and Templates
In reply to: [Theme: Hueman] How can I change max-width of home page only?The solution for this specific theme, in the case of three colums:
.col-3cm.main { width:1380px; }It was really that simple. Now all you have to do is use this guide to position your container: http://designshack.net/articles/css/how-to-center-anything-with-css/
Forum: Themes and Templates
In reply to: [Theme: Hueman] How can I change max-width of home page only?Found a solution myself. Thanks! 🙂
Forum: Themes and Templates
In reply to: How can I add this image to my navigation bar?Never mind, found a somewhat solution. 🙂
Forum: Themes and Templates
In reply to: [Theme: Celebrate] How to make my theme responsive?Could anyone help me figure out what the code should be using my modified Celebrate theme properties?
Forum: Themes and Templates
In reply to: Making title text bigger?Never mind, found all solutions myself.
Forum: Themes and Templates
In reply to: Making title text bigger?I have another problem. I tried changing the posts text color, so I tried changing .entry-content font color but it didn’t work. Thought I’m changing the wrong thing but tried changing other things that could’ve logically been what I was trying to change but nothing. Help?
Forum: Themes and Templates
In reply to: Making title text bigger?Oh, some things that appear on the site might not be in the css, as I am currently using a CustomCSS Plugin to make all my changes (and don’t worry, I will put all the changes to a child theme once I’ve finished editing completely).
Forum: Themes and Templates
In reply to: Changing menu bar text hover color and text fontsOh wow! Thanks for reading my article, it was my first. 🙂
I’ll add the book to my reading list, perhaps I get some extra inspiration for my site. Thank you for the suggestion. And I’ll check out W3Schools.
Forum: Themes and Templates
In reply to: Changing menu bar text hover color and text fontsWorks exactly like I wished! Thank you very much! (Do you know any good sites where I could improve my own coding skills?)
Forum: Themes and Templates
In reply to: Changing menu bar text hover color and text fontsOh, thank you! I will test them out. Very great and fast support! 🙂