Tagged: , , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #761696

    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

    #761946

    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

    #762723

    Thank you! It worked but being a complete newbie to CSS, how do I change the color of that text within the span?

    #762726

    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

    #762734

    Thank you!

    #762745

    Hi,

    No problem at all. If you need additional help, don’t hesitate to contact us here.

    Best regards,
    Jordan Shannon

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