Shop Categories

X

FOOTER

Home Forums Agama Pro FOOTER

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10482
    Resiliencengine
    Participant

    Hi there,

    I was adding a few lines on the footer but it loses the background colour after the second one. Can we fix it?

    Also: can we have a 4 columns grid system there as well? How?

    And I need to add a line saying “STAY CONNECTED” above the social icons, is that possible?

    #10492
    Zex
    Moderator

    Hello, Resiliencengine!

    Add the following code to Customize-> General-> Additional CSS to expand Copyright area background:

    footer#colophon {
        height: 200px;
    }

    This Area is not intended to add widgets in it and you can not apply the 4 columns grid system there. (You can do this in the widget area above)

    Try entering the following CSS code in order to add your text to Copyright footer area:

    .social.col-md-6:before{
        content:"STAY CONNECTED:"
    }

    Regards

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