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

    Hi,

    Is there any css coding to change footer column headings to upper and lower (instead of caps) and also reduce font size.

    Thanks

    #1419642

    Hey woogie07,

    Thank you for the inquiry.

    You can add this css code to adjust the style of the widget titles.

    .flex_column .widget .widgettitle, .content .widget .widgettitle {
        margin-top: 0.85em;
        text-transform: none !important;
    }

    Best regards,
    Ismael

    #1419859

    Hi

    Thanks for this.

    The coding changes the headings to upper/lower case on mobile, but not on desktop?

    #1419891

    Hi,

    Thank you for the update.

    You may need to purge the cache or do a hard refresh. It’s possible that you’re viewing a cached version of the page. If the issue persists, let us know.

    Best regards,
    Ismael

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