crawfocw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Header Image from a Static Home PageThank you so much! It fixed it! I appreciate the help!
Forum: Fixing WordPress
In reply to: Remove Header Image from a Static Home PageThat didn’t work either.
Yes, I just copied some css from one of my other sites, and it make the change perfectly fine. Here is what I have for all of the .css in my child theme:
/* Theme Name: Just Off Broadway Description: Child theme based on Twenty Twelve designed for Just Off Broadway Dance Studio Author: Christy Smith Version: 0.0.1 Template: twentytwelve */ @import url('../twentytwelve/style.css'); .entry-header .entry-title { font-size: 1.57143rem; DISPLAY: none; body.page-id-26 div#imagecontainer {display: none;} body.home img.header-image { display: none; }
Do you see any mistakes?
Forum: Fixing WordPress
In reply to: Remove Header Image from a Static Home PageI can’t seem to figure it out myself either. I keep seeing the code:
`img.header-image {
display: none; }’That doesnt’ seem to work at all. I am just completely stuck here.
Forum: Themes and Templates
In reply to: Adding a new footer menu, and styling it.Thank you so much! Appreciate the help!
Forum: Themes and Templates
In reply to: Adding a new footer menu, and styling it.Thank you! It’s getting much closer to what i want, the only problem now is that “about” and contact” are right next to each other, I’d like them to be more spread out. Looks like this:
Services AboutContact
Dance/Live Event
Promotional
Weddings
Motion Graphics
Print/WebForum: Themes and Templates
In reply to: Adding a new footer menu, and styling it.I want to make the text have two different rows, with the sub-menus below the other rows like this:
Services About Contact
Dance/Live Event
Promotional
Weddings
Motion Graphics
Print/WebI would also like to change the size of the text.
I assumed I’d need to do it in the style.css file, I just don’t know what to put for what the menu is called. I have been able to alter my main navigation by changing this:
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { border-bottom: 0px solid rgb(237, 237, 237); border-top: 0px solid rgb(237, 237, 237); padding: 0; display: inline-block !important; text-align: center; width: 100%; }