arterror
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] css for font typeonly the hilight work but not the font
Forum: Plugins
In reply to: [Multisite Language Switcher] css for font typeok 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/Forum: Plugins
In reply to: [Multisite Language Switcher] css for font typeis 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
Forum: Plugins
In reply to: [Multisite Language Switcher] css for font typeI mean when I create new pages in wordpress
the font editor of elementor stop workingForum: Plugins
In reply to: [Multisite Language Switcher] css for font typeI 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