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

    I’m new to this group, so I hope I’m describing this correctly.

    In the Enfold Widget: Footer Column 2, I would like to:
    1. Center my text in the center of the Widget
    2. Change text color to cyan & increase font size
    3. Add a colored border around the text

    Any help with this request would be greatly appreciated.

    • This topic was modified 3 years, 6 months ago by Jules.
    #1298137

    Hi JuLeS-NCfC-2021,

    Thanks for the detailed description.
    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #footer .container > .av_one_half:last-child {
        color: cyan;
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
    }
    
    #footer .container > .av_one_half:last-child .textwidget {
        border: 2px solid cyan;
    }

    Best regards,
    Nikko

    #1298341

    Nikko, WORKED!!! Thank you so much for your help.

    #1298421

    Hi JuLeS-NCfC-2021,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How customize the text in the footer column2 area?’ is closed to new replies.