• Closed by: Marek
  • Closed on: 16.03.18, 16:47
  • Reason: Closed
  • Comment: Glad to help!

Ticket #11817 - Font Change

Hi team from Promokit, i need some help changing the fonts I selected and the menu one, tryed with the theme preferences modules but it didnt change

the font I wanna use is questrial.

Comments

Marek 09 Mar 2018, 10:33

You can change the fond tooth custom CSS like this:

#slider h2 {font-size:50px; color:#f00}
#slider h3 {font-size:30px; color:#f00}

and menu:

body .flexmenu > ul > li > a {font-size:16px;color:#999}
Andrés Poblete 09 Mar 2018, 14:39

Thanks but how change the actual font? cause it seems it only changes size and color

Marek 09 Mar 2018, 14:40
#slider h2 {font-family:YOUR_FONT_NAME}
Andrés Poblete 09 Mar 2018, 15:03

One last thing, I can change it to all the website? including menus?

Marek 09 Mar 2018, 15:07

You can set your font for all text

body {font-family:YOUR_FONT_NAME}

but some elements required to be changed personally. For menu it looks like this

body .flexmenu > ul > li > a {font-family:YOUR_FONT_NAME}
Andrés Poblete 09 Mar 2018, 15:37

Is there any way to change lrromandemi font so I dont have to keep editing all the elements separetly? maybe changing the font in the themes/folder?

Marek 09 Mar 2018, 16:23

Have you tried to use Theme Settings?

Andrés Poblete 09 Mar 2018, 16:25

I changed all the theme setting to use the font questrial but everything still using the same font lrromandemi

Marek 09 Mar 2018, 16:26

I see new font there

Andrés Poblete 09 Mar 2018, 16:32

yeah but for example i need to change the titles and sub menus

Marek 09 Mar 2018, 16:37

Yes, I see now.
Try this:

#white_bg .lmromandemi {font-family:YOUR_FONT_NAME}

it will change all lmromandemi font