Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #694823

    Hi,

    I need some help making a couple quick modifications to the top bar and footer of our website: http://imaginaguate.com/childlaw/

    We need to list the name of the company in the middle of the top bar (centered) and color the text white, without changing the color of the menu.

    We also want to take out “powered by Enfold WordPress Theme” from the footer.

    Can you let me know how to make these modifications?

    Thanks!
    Jess

    #694828

    Hey jzirion,

    Thanks for getting in touch!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av_phone_active_left .phone-info {
        float: none !important;
        color: #ffffff !important;
    }
    
    .html_header_top #top .av_header_stretch .container {
        text-align: center !important;
    }
    

    To remove the link in the footer – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/

    Best regards,
    Jordan

    #724688

    Hi, the link that was sent didn’t help me edit the bottom of the footer. I’d like to know if there is a way I can remove “powered by Enfold WordPress Theme” from the following website: http://imaginaguate.com/childlaw/ located at the bottom of the footer.

    Let me know if you can help.

    Thanks,
    Jess

    #725163

    Hi Jess,

    Please add the following to the Copyright field under Enfold->Footer:

    [nolink]

    You can add your own content after it if you like.

    Best regards,
    Rikard

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