Okay
  Public Ticket #4023010
Button Text
Open

Comments

  •  10
    Ingrid started the conversation

    Hi there,

    I am wondering if there is a way to change the button font to match the menu font and button in my header.  It seems to be using a different style. Please see image attached.

    Thanks!

    Attached files:  Screenshot 2025-05-22 at 8.04.42 AM.png

  •  3,225
    Andrew replied

    Hi Ingrid,

    Thank you for getting back to us.

    Please share your site URL so we can check this out and advise.

    We look forward to your reply.

    Cheers,

  •  10
    Ingrid replied

    Hi Andrew,

    Again - the URL is not live but I attached a screenshot. I would like the buttons to use the same style as the font in the menu or for instance on this blog page https://laragroup.ca/blog/multigenerational-living-in-toronto/ the category buttons at the top "buying","Q&A" and "real estate" are perfect! However, if I use the button element (see screenshot) within a page or post the font looks different like in the screenshot on my initial ticket.

    Attached files:  Screenshot 2025-05-22 at 9.28.57 AM.png

  •  9,308
    Tahir replied

    Hey Again,

    Thanks for the Screenshot and details.

    Could you confirm you have the same font set in the Navigation Menu and Nectar Button Fields ?

    See screenshot: 

    2632766339.png5822964255.png

    Best,

     


    ThemeNectar Support Team 

  •  10
    Ingrid replied

    Hi Tahir - yes, they are matching now.  They were not before.  Unfortunately, that did not solve the issue.  You can see the buttons on this page on the slider and on other sections below.

    https://laragroup.ca/lakeview_village_mississauga_waterfront_community/

  •  9,308
    Tahir replied

    Hey Again,

    Thanks for providing the link, Try turning off the Siteground Minify CSS feature and clear its cache to check.

    Best,

     


    ThemeNectar Support Team 

  •  10
    Ingrid replied

    Hi Tahir - Thanks, unfortunately, that also did not do the trick.

  •  3,225
    Andrew replied

    Hi Ingrid,

    Thank you for getting back to us.

    Try adding this CSS to resolve this issue.

    .swiper-slide .button a {
        font-weight: 400;
    }

    I hope that helps.

    Cheers,

  •  10
    Ingrid replied

    Thank you! That did it.