• Resolved ruthhill236

    (@ruthhill236)


    Hi,

    I am using Elementor to design my website and wanted to insert the “revisit consent” shortcode into my footer. I put the code ([wt_cli_manage_consent]) into the “shortcode” Elementor widget. This works fine, but the font is the default CookieYes sans serif, and I wanted the text to be my site font, Carrois Gothic. I managed to get the font I wanted by adding the shortcode to a text editor widget, but now the link doesn’t work when I click on it. The cookie banner will briefly appear, but then the 404 page will load. I noticed that the link is different when the shortcode is in the shortcode widget ( javascript:void(0) – this one works) vs when it is in the text editor widget ( https://www.ruthhilltranslations.com/void(0) this one doesn’t work).

    Please can you help me? I need the font to be the same as the rest of my site. I would ideally like the font on the cookie banner to be the same as the rest of my site as well, but I don’t know if this is possible?

    Many thanks,

    Ruth Hill

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @ruthhill236,

    Please add below code snippet to your active theme’s CSS.

    #cookie-law-info-bar, #cliSettingsPopup, #cookie-law-info-again {
      font-family: Carrois Gothic !important;
    }
    Thread Starter ruthhill236

    (@ruthhill236)

    Thank you so much, that’s very helpful! Everything now is shown in Carrois Gothic, except for the shortcode text itself [wt_cli_manage_consent] which is still shown as the default CookieYes sans serif font. Is it possilbe to use code to change this as well?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @ruthhill236,

    Please replace the earlier shared code with below one:

    #cookie-law-info-bar, #cliSettingsPopup, #cookie-law-info-again, .wt-cli-manage-consent-link {
      font-family: Carrois Gothic !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Revisit consent shortcode not working’ is closed to new replies.