Changing logo text font and color

Posted in: Newspaper
Post count: 3

I have a google font that i would like to use specifically for the logo text and a color. I am currently using style 9 from the theme’s panel settings. See screenshot: http://prntscr.com/eaq399

Where can i change the default font for the logo and colors? Would that be directly from the editor? if so, where exactly is CSS code for this?

Post count: 22421

Hello,

Unfortunately the logo text can only be changed using css. You can add this code in the theme panel-> custom css box:
.td-logo-text-container .td-logo-text {
font-family:Helvetica Neue;
color:red!important;
}

You can place the code in the theme panel-> custom css box.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.