Support » Plugin: Multisite Language Switcher » css for font type

  • I would like to change the font, the size and the color, is it possible with css ?, I’m using elementor to display the multisite language switcher

    Anyway I love your plugin !

    Thank you

    • This topic was modified 4 years, 9 months ago by arterror.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Dennis Ploetner

    (@realloc)

    This depends a bit on how you configured the plugin. With a div (that has its own class) around it?

    Thread Starter arterror

    (@arterror)

    I tried that in additional css

    .elementor-widget-container { font-size: 1rem; font-family: “Alegreya Sans”, Sans-serif;
    }
    .elementor-widget-container a:hover{
    color: #c10009; font-size: 1rem; font-family: “Alegreya Sans”, Sans-serif;
    }

    but I can’t change my fonts in elementor afterward

    Thread Starter arterror

    (@arterror)

    I mean when I create new pages in wordpress
    the font editor of elementor stop working

    Thread Starter arterror

    (@arterror)

    is there a way to control only the widget
    I mean something like this :
    .elementor-widget-Multisite-Language-Switcher { font-size: 1rem; font-family: “Alegreya Sans”, Sans-serif;

    I tried that but it is not working

    Thread Starter arterror

    (@arterror)

    ok it’s working now with

    .elementor-widget-container { font-size: 1rem; font-family: “Alegreya Sans”, Sans-serif;
    }
    .elementor-widget-container a:hover{
    color: #c10009; font-size: 1rem; font-family: “Alegreya Sans”, Sans-serif;
    }

    but not in my front page
    the type remain in standard font
    look :
    at the front page
    http://winedealer.space
    other page in the site
    http://winedealer.space/le-galant/

    Thread Starter arterror

    (@arterror)

    only the hilight work but not the font

    Plugin Author Dennis Ploetner

    (@realloc)

    Widgets have in the most cases a container (like a div or a section) that has a class “widget” and another class that depends on the specific widget. In this case “widget_mslswidget”. You should look out for this class in your HTML-code.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘css for font type’ is closed to new replies.