Tara on "Full-width footer"
There is no "Organic Adventure" theme in the WP theme repo. Your best bet would be to contact the theme developers.
View ArticleAndrew Nevins on "White Space under my FOOTER"
See if you can contact your theme's vendors about this: http://www.elegantthemes.com
View Articlejgeralnick on "[Theme: Twenty Thirteen] Code issue: footer and sidebar...
In the 2013 Theme editor, I think I somehow edited my footer and sidebar code so that the sidebar widgets now show up right above the footer. I edited my footer to contain the code for google analytics...
View Articlebigbaas on "Simple question to change font color in footer widget"
Hi, I'm quite new with Wordpress and CSS. I want to change the font color of only my footer widget. I can not get id done. I am using a child theme. What code should I put in my custom CSS. My website...
View ArticleMtpIntros on "Simple question to change font color in footer widget"
Hallo Bigbaas, op regel 11 van je .css bestand staat de kleur van je footer. #containerfooter h3, #containerfooter {color:#FFFF00;} #FFFF00 is de kleur van je footer (geel dus). Deze moet je aanpassen...
View Articlejanmejai on "Simple question to change font color in footer widget"
To change the font color of text in footer widgets add: #containerfooter { color: #fff; } Change color code as per your wish.
View Articlebigbaas on "Simple question to change font color in footer widget"
janmejai, thanks for your answer. I feel like a real noob, but I added the code to my style.css sheet, which looks like this now: /* Theme Name: Child theme Virtue Theme URI: http://www.wphulp.nl/...
View ArticleMtpIntros on "Simple question to change font color in footer widget"
Change the #containerfooter { color: #F7FE2E; } This: #F7FE2E Is the color of your footer text. If you want your footer text to be white for example you have to change the css to: /* Theme Name: Child...
View Articlebigbaas on "Simple question to change font color in footer widget"
Thanks for your help Adil. This website is just a start up now and I really like to do it myself, but thanks for the offer anyway. I think te "problem" might me the setup of the Virtue theme? Or...
View ArticleMtpIntros on "Simple question to change font color in footer widget"
You actually managed to make the text white, except for the Title. So it does work.
View Articlebigbaas on "Simple question to change font color in footer widget"
I see now! I tried to change the stylesheet at the wrong place. Virtue theme has a special box to enter modifications to the CSS. Thanks for your help!
View Articlejanmejai on "Simple question to change font color in footer widget"
Sorry, change it to #containerfooter h3, #containerfooter { color: #fff; } I can see the text is changed to White but title isn't,the above code should solve the issue.
View Articlebigbaas on "Simple question to change font color in footer widget"
Thanks again! I fixed it now. The main problem is that I was messing around in the wrong Custom CSS Box. I think it depends on the theme you use, where you can change the CSS. Problem solved!
View ArticleElectricFeet on "[Theme: Customizr] Adding Custom Social Media Icon in FOOTER?"
Yes, I'm also at a loss to know how that code can be tweaked easily, as the footer socials don't follow the same logic as the header. Anyway, I played around a bit and found one way to do what you want...
View Articlematodoro on "[Plugin: qTranslate] Translate sidebar widget content and footer"
Hi, I am wondering how to translate widget content and the custom footer on this site: http://designcacaofantasie.com/clients/sitasys/en/kontakt/ I am obviously new to all that so excuse me if this...
View ArticleAdeluski on "[Theme: Customizr] Adding Custom Social Media Icon in FOOTER?"
Thank you very much, @ElectricFeet! Your code works perfectly and your deep explanations make me understand what I've done in any moment, so it's great! :)
View Articledrdoogs on "Footer not going full width"
I'm using the twenty twelve theme. I've added three columns of text to the footer.php file (yes, I *know* I should create a child theme...but bear with me). They look fine on when I check the site on...
View Article