macegg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: static image on all pagesHi Andrew,
Not an option as have already spent money on this theme and friend likes it.
Cheers,
Gregg.
Forum: Fixing WordPress
In reply to: static image on all pagesHi,
Child theme disables a lot of the functions and the support from the theme developer is the worst ever. There is a custom CSS option in the theme which luckily deals with that side of things.
I bought theme theme from themeforest.net .
I can paste the footer.php code if that helps. In general, from what I can gather I need to add a div somewhere and am just unsure as to where to put that information.
Thank you for your quick reply!
Gregg.
Forum: Themes and Templates
In reply to: Change colour of footer area in Twenty ElevenAlso, try the same but paste:
#site-generator {
background-color: #003399;
}Forum: Themes and Templates
In reply to: Change colour of footer area in Twenty ElevenHi MIchelle,
You need to go to your APPEARANCE tab and then to your EDITOR where you will find the style.css file.
Paste the following in:
#colophon {
clear: both;
background-color: #89FF00;
}And change the #color to whatever colour you like. Voila!
Let me know.
Macegg.
Forum: Fixing WordPress
In reply to: Drop down menu disappears on rolloverI have been searching for an answer for this too, and bingo, it was the line height I had changed. Took the line out of my style.css file and it works perfectly! Thank you everyone.
Forum: Themes and Templates
In reply to: Twenty Eleven theme modificationHi,
I have used the code on my child theme style.css and it displays the logo. I was wondering if I could make further adjustments as I would like my logo to be a lot smaller than it is and also Left justified?
Thank you!
Macegg
Forum: Themes and Templates
In reply to: Change colour of footer area in Twenty ElevenThank you!! I could actually weep with joy. This is the only post I have seen that answers the question.
Macegg.
Forum: Themes and Templates
In reply to: Twentyeleven theme | activating submenusJust to clarify, drag sub menu items to the right to indent them.