- This topic has 3 replies, 2 voices, and was last updated 3 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Naturo Pro – remove section in footer
I am wondering if it is possible to remove the “recent posts” section from the footer in the Naturo Pro theme. I have recent posts showing on the body of the front page and I’d rather not also have them in the footer. I’m not sure how the footer would look without it.
Thanks,
Jason
jasonsignor.net
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.cols-4.widget-column-3 { display:none;}
Regards,
Chris
That worked. Is there a way to put something else in the blank space this created? Perhaps a logo (image)?
Just as good of a solution might be to spread the columns that ARE showing, evenly. I kind of wish that the footer was editable in “write” mode rather than having to go into the styles sheet. Wish I knew how to do this myself but I don’t. I did find the code for the footer in the styles sheet but I don’t dare edit it as I only know very basic CSS and I don’t want to screw it up in there :). Hopefully this isn’t too much to ask.
Take a look at my site and scroll to the footer. Footer column 3 is now turned off but there is a large space on the right. http://jasonsignor.net
Thanks,
Jason
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.cols-4.widget-column-1 { width:42%;}
.cols-4 { width:30%;}
Regards,
Chris
Creating a website based on a popular WordPress platform but delivering the nature of another famous ecosystem called Ghost can be one of the most […]
If your ultimate goal is to create an artistically pleasing and aesthetic website or blog for your artistic portfolio, arts and craft, freelancer, digital portfolio […]
If you are planning to start your own WordPress based website, then there are a few things that you may have to do, starting with […]