Naturo Pro – remove section in footer

Home Forums All Other Themes Naturo Pro – remove section in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92541
    jason18jason18
    Participant
    • Topics: 22
    • Replies: 32
    • Total: 54
    Member since: November 1, 2017

    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

    #92570
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    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

    #92659
    jason18jason18
    Participant
    • Topics: 22
    • Replies: 32
    • Total: 54
    Member since: November 1, 2017

    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

    #92691
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.