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.
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
Nikko, WORKED!!! Thank you so much for your help.
Hi JuLeS-NCfC-2021,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko