Forum Replies Created
-
AuthorPosts
-
kdgjevre
MemberThank you but I did not ask to change the background color. I am trying to change the text color on JUST the active tab and not change the text color on all the other main nav tabs.
Thanks
kdgjevre
MemberThank you for the great explanation. I learned something. 🙂
kdgjevre
MemberI figured this out. this has to be added to remove the primary side bar from home page.
// Force full-width layout on homepage
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );kdgjevre
MemberThank you. that is exactly what i needed. I had already resolved the second part.
kdgjevre
MemberAnybody? Help with code to add Primary Sidebar back in.. Thanks
kdgjevre
MemberAnyone?
kdgjevre
MemberThank you.
kdgjevre
MemberPerfect!
kdgjevre
MemberThank you for the previous help and i was able to clean up some <div> mess.
I have figured out that what i really want to do is apply this:
.full-width-content #content {
width: 920px;
margin: 0 0 10px 0;
padding: 0 15px 10px 5px;
}to the <div id="content" class="hfeed">
on the home page. When I view <div id="content" class="hfeed"> in Firebug I see that is now has the CSS of
.sidebar-content #content, .content-sidebar #content {
width: 600px;
}
How do i make that content area have the full width attribute.Thank you ahead of time.
Kendall
kdgjevre
MemberThank you so much. And yes, i need to address the "divitis". Love that term.
kdgjevre
MemberThank you Sridhar,
that seems to be working... do you see how there is footer text showing on the 3rd widget down? I think i have the footer messed up now. Any ideas?Thank you
Kendallkdgjevre
MemberThat is what i needed. Thank you.
-
AuthorPosts