NikolajTheGuy on "Footer Space"
I recently updated my site theme, and I removed the "Proudly Powered by WordPress" thing at the footer. However, I can't seem to get rid of the white space below the brown part of the footer. I cannot...
View Articlestarpro on "[Theme: Fruitful] Footer text flashes as slider changes"
Hi, I notice that the footer text changes to a lighter typeface as the slider swaps the image. This is only for a split second before reverting to normal typeface. Any ideas?
View Articledrosberg on "[Theme: Customizr] Adding text to the footer"
Brand new to wordpress, and I'm trying to add text to the footer similar to what you see on other websites, like: contact|legal|info|etc I noticed that there is a text widget that can be added to the...
View Articlebatharoy on "[Theme: Customizr] Adding text to the footer"
You can add any standard HTML to the text widget. And you don't need to add a title, you can leave it blank.
View Articlevtxyzzy on "Change Color of Menu and Footer"
You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme. Try adding this to the end of your child theme's style.css:...
View Articlemads6 on "[Theme: EvoLve] How do I change footer font & color?"
I am trying to make the footer font similar to the size of "evolve theme by Theme4Press • Powered by WordPress" & change the color from black. How do i do that? I am really new to editing websites,...
View Articledrosberg on "[Theme: Customizr] Adding text to the footer"
That was too easy. Thanks for the pointer Batharoy.
View ArticleKristina Goranovic on "[Theme: EvoLve] How do I change footer font & color?"
Hello, Open Appearance/Edit. Choice your theme and click select. Scroll down and find document Stylesheat. Paste this code in open editor. .credits { color: #000 !inportant; } Save changes. Cheers!
View Articleoscarzero on "[Theme: MesoColumn] Change background colour of footer."
Hi RIchie, Still loving this theme! Could you tell me how I go about changing the background colour of the footer. I tried in vain to make some change in custom.css: .footer-top { background-color:...
View ArticleDavid Angotti on "[Theme: Customizr] Adding text to the footer"
If you did want to add a title, are there any issues with that?
View Articlechuck88norris on "Removing Powered by Wordpress Footer Text"
I am trying to remove the text "Powered by Wordpress" that populates throughout my Wordpress pages. I have tried looking through some forum posts but none of the fixes seem to be applicable to my...
View Articledrosberg on "[Theme: Customizr] Adding text to the footer"
All is good with the title and text. thanks for asking.
View ArticleCastro Boy on "Removing Powered by Wordpress Footer Text"
HI Chuck All you would need to do is go to the theme editor in your dashboard and find the footer.php file. Once you find that, do a control find for the said text. Then, either remove it, comment it...
View Articlechuck88norris on "Removing Powered by Wordpress Footer Text"
Hello Mike (Castro Boy), I tried looking for the precise text except it cannot be found within the footer.php file, which has me baffled. This is what I find: <?php /** Themify Default Variables...
View ArticleCastro Boy on "Removing Powered by Wordpress Footer Text"
Hey there, OK, its hardcoded into theme's functions it appears. You can remove it by editing your footer.php with commenting out the following: <?php themify_the_footer_text(); ?> <?php...
View Articlechuck88norris on "Removing Powered by Wordpress Footer Text"
Hey Mike, So by deleting by php tags, I was able to remove it. Thanks a lot for the help! In case anyone calls on this post again, you only need to delete the second php tag to remove the Wordpress...
View ArticleCastro Boy on "Removing Powered by Wordpress Footer Text"
NICE! Glad to hear this fixed you up. And love the quote LOL I am a Texas native and grew up on Chuck Norris in Walker texas ranger ha :) Mike
View ArticleKadence Themes on "[Theme: Virtue] alligning the footer menu"
Ok then you probably don't want to go with the editing code option unless you know how to use a child theme. And this isn't really an issue of just adding some php, you need to change the div structure...
View Articlewebizone on "[Theme: Virtue] alligning the footer menu"
Surely I will do. Thank you for your quick reply.
View ArticleRichie KS on "[Theme: MesoColumn] Change background colour of footer."
hi try not edit the style.css, use wp-admin->appeareance->theme option->custom css and add this #custom .footer-top {background-color: #ddd;}
View Article