rachellucie on "Alter footer text in spun theme"
spot on, WPyogi, thanks!! now, I would really love to get the correct method to make the footer stay and not disappear - I managed it with the #masthead and have followed instructions I found in the...
View ArticleWPyogi on "Alter footer text in spun theme"
LOL - that's so funny because as I was experimenting with this change on a test site, I had to figure out how to make it do the disappearing thing! Anyway, try adding this CSS: #colophon, #colophon a {...
View Articlemightyminx on "How to increase space between (and customize) footer...
I am using the Twenty Twelve theme and only editing a child theme of it. If you look at my site here: http://mightyminx.com/ And scroll to the bottom, I am trying to make that footer widget stretch...
View Articlesimplestart on "Remove H1 from Header & Footer with Tisa Theme"
Need suggestions to remove H1 from header and footer for http://www.simpleseostart.com as well as making title static for SEO purposes in Tisa Theme. I've attempted a couple different CSS methods but...
View ArticleWPyogi on "Remove H1 from Header & Footer with Tisa Theme"
That's really not necessary - and CSS won't change tags coded into the theme files. If you're determined to do it, you'd need to find all the h1 tags in the .php files AND all the corresponding CSS....
View ArticleMarinoDiMare on "[Theme: Pinboard] Font size footer"
On my website (www.bmv-foto.eu), I have some general info (e.g., copyright) in the footer. However, I'd like to make the footer font smaller. Anyone know how it's done?
View ArticleNCRoma on "[Theme: Leaf] Is it impossible to have the third footer widget to...
Yeah thanks for the warning. Anyway I have found a way around it. Thanks anyways
View ArticleW.P. Ginfo on "[Theme: Pinboard] Font size footer"
#copyright{ font-size:25px; /*adjust size as required*/ } Add the above code to the `style.css' of your CHILDtheme: You don't have a childtheme yet? 1. Install and activate 'one click childtheme...
View ArticleWPyogi on "[Theme: Pinboard] Font size footer"
Pinboard has built in custom CSS - no need for a child theme.
View Articlezubair04 on "is_single and NOT is_home"
Hi, Just currently using an if statement so that the Entry Meta footer (includes all article tags and dates) is not shown on the Excerpt posts list . Using the <?php if ( is_single() ) : ?>...
View Articleronangelo on "is_single and NOT is_home"
Could you post the url? Have you tried adding is_front_page if ( is_single() && !is_front_page() ) Or if ( is_single() && !is_home() && !is_front_page() )
View Articlezubair04 on "is_single and NOT is_home"
Tried those both and I still get the '<footer class="entry-meta">' appearing on the homepage as I've wrapped the php if tags around the entire footer
View Articleronangelo on "is_single and NOT is_home"
What file did you edit? I see that all the content-xxx.php have <footer class="entry-meta"> Why exactly are you trying to remove it? I'm not seeing any <footer class="entry-meta"> on...
View Articlezubair04 on "is_single and NOT is_home"
I'm editing content.php I've added a border-top to the footer class ="entry-meta", therfore whilst the remaining entry meta data is not displayed in the homepage, the thin grey border-top still...
View Articleronangelo on "is_single and NOT is_home"
Would hiding it through CSS be acceptable? Combining your is_single() solution with .home footer.entry-meta {display:none;}
View Articlezubair04 on "is_single and NOT is_home"
Ah i've just realised - due to homepage being a page with content - i should be editing Content-Page.php which has its on entry meta footer. I've commented this footer code out and that has resolved...
View ArticleIsparkleen on "Footer widgets of Coraline alignment"
Hi everyone! I adjusted the maximum width for the two column and while the width of the main content area and sidebar were adjusted according to my liking, it seems like it screwed up the footer of my...
View Articlepaulwpxp on "Footer widgets of Coraline alignment"
Try not to have another copy of parent theme's stylesheet in child and @import line above at the same time. Keep editing here and there without consideration on how the theme's markup is constructed...
View Article