uellee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how do I change the h2 font size?perfect. Thank you!
Forum: Fixing WordPress
In reply to: how do I change the h2 font size?Thanks a bunch! It worked great but now that I made it smaller I would like to make it bold. Can you please show me how I need to modify this to make it bold now.
.entry h2 { font-size: 14px; line-height: 1.1em; }
thanks
Forum: Fixing WordPress
In reply to: I want to remove one nav barDoes anybody have any ideas?
Forum: Fixing WordPress
In reply to: Theme developer's link at bottom of pageI understand, I thought you were telling me to edit the original theme but after i pasted it into the child style.css it worked just fine.
thank you
Forum: Fixing WordPress
In reply to: Theme developer's link at bottom of pageharmck: I am using a child theme, did you misunderstand me or am I confused?
Forum: Fixing WordPress
In reply to: Line above (or part of) headerYOU ARE AMAZING! Thank you so much. I was working on that for hours.
Done.Forum: Fixing WordPress
In reply to: Line above (or part of) headerI don’t think that line is the border because I am unable to change the color of it or the thickness with code intended to change those things. Anybody have anything for me to try?
Forum: Fixing WordPress
In reply to: Line above (or part of) headerYeah, still no luck ??
see my page: https://www.bodysculptinglafayette.com/
and here is the entire style.css:/* Theme Name: 2011 mod Description: svelte website Author: admin Template: twentyeleven (optional values you can add: Theme URI, Author URI, Version) */ @import url("../twentyeleven/style.css"); #branding { border-top: none; } /* remove search*/ #branding #searchform { display: none; }
Any ideas?
Forum: Fixing WordPress
In reply to: Line above (or part of) headerAre you saying I can’t use the editor in WP to fix my problem? I downloaded Firebug and messed around with it a bit and had no luck.
I probably don’t know what I am doing in Firebug.Forum: Fixing WordPress
In reply to: Line above (or part of) headerYes it has been answered and I have seen all of those answers and unfortunately this code is not doing it for me:
#branding {
border-top: 2px solid #0A0A0A;
}and neither is this:
#branding { border-top: none; }
Maybe I am doing something wrong…
This one was successful for me in removing the search though:#branding #searchform {
display: none;
}I will look into the Firefox add-on