Shape 5

Joomla Free Templates => Design Control - Free => : fpigeon September 10, 2014, 08:54:56 AM



: Language Switcher text style
: fpigeon September 10, 2014, 08:54:56 AM
Hi!
First of all, thank you for the great template, I love it.
I followed the instructions to create a module position in the main menu (instead of the social bar). I would now like to change the font style of my language switcher (I don't use flags, only the language name). I have only basic knowledge of css and I don't want to mess things up.
Is there a way to customize the font style, and maybe apply a template header style for that module?

Thanks!

FYI, my site is www.francispigeon.com


: Re: Language Switcher text style
: mikenicoll September 10, 2014, 10:02:35 PM
Hello,

You could use something like this in the custom.css file

:
#s5_newmodule li {
     list-style: none;
  font-family: comic sans ms;
 
}