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

    Hi team,

    is it possible to change my footer title fonts to match the main menu, which is in Montserrat and sentence case?

    Lara

    #919361

    Hey Lara,
    I took a look at your footer titles “Latest News” & “Contact Us” and they seem to already be Montserrat, so this code will change the case type. Try this code in the General Styling > Quick CSS field:

    .widgettitle {
        text-transform: inherit!important; }

    Best regards,
    Mike

    #919369

    Hi Mike,

    thank you so much! is it possible to make it bold at all?

    #919489

    Hi,

    Please try this CSS instead:

    .widgettitle {
        text-transform: inherit!important; 
        font-weight: bold !important;
    }

    Best regards,
    Rikard

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