Home › Forums › All Other Themes › Naturo Pro – remove section in footer
- This topic has 3 replies, 2 voices, and was last updated 5 years, 8 months ago by
Forum Moderator.
-
AuthorPosts
-
January 24, 2018 at 3:18 am #92541
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.netJanuary 24, 2018 at 6:39 am #92570Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.cols-4.widget-column-3 { display:none;}
Regards,
ChrisJanuary 24, 2018 at 10:21 pm #92659That 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
January 25, 2018 at 5:53 am #92691Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.