Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #378984

    I have the header customized how I want for the most part, but I can’t seem to find where to edit the footer with the same types of info. I have set a new menu but the default on is still showing on the footer. I would also like to put in my logo, contact info, sitemap, legal info and phone number. Am I missing something simple here? I don’t write code, so manipulating it how a lot of you can might be out of the question.

    #379192

    Hi orbital_shift!

    For this it looks like you’ll want to use the footer 2 column setting in Dashboard > Enfold > Footer.

    For the first footer widget area you can drag a text widget over and then add this inside.

    <img src = "URL to your image" />
    <p style = "text-align:center;">Here is some copyright text</p>
    

    And for the second footer widget area you can use another text widget and try this.

    [av_one_third first]
    <h4>Title</h4>
    <ul>
    <li>List item 1</li>
    <li>List item 2</li>
    </ul>
    [/av_one_third]
    
    [av_one_third]
    <h4>Title</h4>
    <ul>
    <li>List item 1</li>
    <li>List item 2</li>
    </ul>
    [/av_one_third]
    
    [av_one_third]
    <h4>Title</h4>
    <ul>
    <li>List item 1</li>
    <li>List item 2</li>
    </ul>
    [/av_one_third]
    

    Cheers!
    Elliott

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