Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1433303
Extra Widget Area
Closed

Comments

  • manonvanos started the conversation

    Hi,

    I was wondering: can I make an extra widget area just above the footer area (and Instagram Slider) and just under the page navigation on my homepage? I want the widget area to display in full width, so I can't use the footer columns. I also want the widget area to only display on the homepage and not on other pages.

    Hope you can help me with making this possible. 

    Thanks!

  •  2,697
    PenciDesign replied

    Hi,

    Unfortunately, currently this theme doesn't support this feature.

    I think you can use fullwidth rows from Visual Composer to do that.

    Best Regards,

    PenciDesign

  • manonvanos replied

    The fullwidth rows with Visual Composer won't work, because my homepage isn't a page, it just puts the latest posts on there. So I have to work with coding then. 
    I can make a custom widget area, but in which .php and where should I put the custom widget area then? If I want it just above the footer and under the post navigation, and only on the homepage..

    Thanks!

  •  2,697
    PenciDesign replied

    Hi,

    You can use Visual Composer to config your homepage.

    Check this video tutorial to know how to do that.


    Best Regards,

    PenciDesign

  • manonvanos replied

    Thanks, that is a good idea and it worked.

    However, now that I set it up as a page I have this line under my logo (just before the featured slider). 
    How can I remove that line?

    Thanks

  •  2,697
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    body.home .header-header-1.has-bottom-line, body.home .header-header-4.has-bottom-line, body.home .header-header-7.has-bottom-line{ border: none;  }


    Best Regards,

    PenciDesign

  • manonvanos replied

    Thanks so much, it worked!