How do I change the font size and style only in one widget at one collumn of the footer? The text need to have different sizes and styles within the same widget area. I want to do something like you see on this website, at the left side of the footer where there is the phone number. https://www.classicjourneys.com
Hey octaviosalles!
Please wrap your text inside a span with a custom class as following
<span class="footer-custom-text">Here is your text</span>
and then add following code to Quick CSS in Enfold theme options under General Styling tab
.footer-custom-text { font-size: 20px; }
Cheers!
Yigit
Thank you! It worked but being a complete newbie to CSS, how do I change the color of that text within the span?
Hi,
You expand on it by adding additional attributes I have added the ones you mentioned below, you just need to adjust the color:
.footer-custom-text {
font-size: 20px;
color:#xxxxxx; /* Enter the hex code you need */
font-weight:bold;
}
Let me know if this works for you.
Best regards,
Jordan Shannon
Thank you!
Hi,
No problem at all. If you need additional help, don’t hesitate to contact us here.
Best regards,
Jordan Shannon