• Resolved davgila

    (@davgila)


    hello!

    I like to change the hover label font family in the before-after addon.

    .twentytwenty-before-label {
    font-family: ‘Montserrat’!important;
    }

    Please suggest a way to approach
    Thank you for your help:)

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author biplob018

    (@biplob018)

    Hi @davgila

    Thank you very much for contacting us and hope you doing well.

    I think you want to add Montserrat font to your sites. so in this case you need to add the Montserrat font library or external link to your sites from the google font library. you can check https://fonts.google.com/specimen/Montserrat this URL for the font library.

    I think it’s better for you to add some google font family library to your sites and load this font internally.

    Thread Starter davgila

    (@davgila)

    The Montserrat?is the currently active font on my website, it doesnt need to be added. The only thing has the be taken care of is your label changed to Montserrat?as all the other element on my website.

    https://www.instawalk.eu/result
    here you can find the before after gallery with different label that cannot be approached with any CSS.

    Plugin Author biplob018

    (@biplob018)

    am sorry, class name will be .twentytwenty-before-label:before

    Thread Starter davgila

    (@davgila)

    This solved it! thank you!

    .twentytwenty-before-label:before {
    font-family: ‘Montserrat’!important;
    }

    • This reply was modified 1 year, 10 months ago by davgila.
    Thread Starter davgila

    (@davgila)

    however I’m currently strugling to find the after label CSS code

    .twentytwenty-before-label:before

    can you correct that one for the after?

    Plugin Author biplob018

    (@biplob018)

    its will be twentytwenty-after-label:before make sure you added important tags to override current CSS.

    Thanks

    Plugin Author biplob018

    (@biplob018)

    hi @davgila

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Font-Family in the before after label’ is closed to new replies.