Theme Options - Typography

Hi, can I add new fonts to the main body text? I’m looking for the font “open sans” but it is not available in the theme options.

Hi @yvonne,

I hope you are well today and thank you for your question.

You can use the ‘Open Sans’ font for the body text by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

div.entry-content {
  font-family: 'Open Sans';
}

Best Regards,
Movin

Hi Movin,

Thanks for your reply. I copied the code into the Custom CSS option but my body font still looks like Trebuchet and not Open Sans. You can view it here: http://souperdiaries.com/salmon-miso-soup-2

Hi @yvonne,

It seems due to javascript error as shown in the attached screenshit some fonts are not loading correctly on your site.

This can be due to plugin conflict on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

Regards,
Movin

Thanks. My body text looks fine now. The problem is when I add a bulleted list, the font size becomes smaller. How do I resolve this? I want the bulleted list font size to be the same as the body text.

Hi @yvonne,

The font size of bulleted list is displaying same as content font size for me on my test site.

It seems due to CSS conflict it’s not displaying same on your site.

To display the bulleted list font size to be the same as the body text, try using the following CSS code.

.entry-content li {
  font-size: 14px;
}

Regards,
Movin

Hi Anyone,

As per Aigars suggestion, I tried as per your above adivse for changing the title color green to some other color, but it not working.

I added below code to Theme Options > other > Css & style.css ( Bottom last line )

#site-title a {
color: #3230a8;
}

Please can you help on this for how to change the dazlling theme site title font color?

Thank in advance for your help

Venkat,

Hi Venkat,

To help keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/dazzling/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Thanks,
Movin