For just the Tibetan version of the website I need to make the font bigger. Possibly for quite few parts of the website, but the priorities right now are:
-Menu (main items and drop down items)
-Post categories (in widgets and in posts)
-Post/page text (I know this can be done when editing each page individually, but can the default be changed?)
I don’t use a child theme and don’t know CSS. Have been playing around with butchered snippets of code in Graphene’s Custom CSS box based on various suggestions on the web, such as the below… Is this the best way to sort it? And if so could anyone advise on correct CSS? Thanks!
Site here: http://tibetanwomen.org/tb/
switch(ICL_LANGUAGE_CODE){
case 'tb':
// #header-menu {
font: 52px;
}