Hello guys and girls,
Its going good with building my website.
Now i like to customize my footer, i know i can set settings in the enfold menu.
But i like to custom it with details etc.
Any help provided because i really do not find it.
Thanks a lot
Bruno
Hi Bruno,
Can you post a link to your website and tell us exactly what you want to modify?
Best regards,
Josue
Hi,
http://bizzappsconsult.com/wordpress/
if you check the footer and space above with intersting links that is the what i like to modify..but i really do not know how to do it…
Thanks
Hi!
Would you like to decrease padding in footer? If so, please add following code to Quick CSS in Enfold theme options under Styling
#footer { padding: 15px 0 15px 0; }
If not, please describe more specifically
Best regards,
Yigit
hi,
Thanks for your help!
Not the size but i would like to insert text and logo and info into my footer,how can i do this?
Also i like to change color on pricing that is now red and would like to use other color?
You can see here actual color red:
http://bizzappsconsult.com/wordpress/?page_id=1176
Hello!
1) You should go to Appearance > Widgets and add widgets in footer columns.
2) First line is for top and bottom section of pricing table and second line is for content section. Please add these codes to Quick CSS and adjust as desired
.main_color .pricing-table li.avia-heading-row { background-color: #d16f6f; color: #ffffff; border-color: #e27f7f; }
.main_color .pricing-table li.avia-pricing-row { background-color: #c05f5f; color: #ffffff; border-color: #e27f7f; }
Regards,
Yigit
Many thanks!!!!