Jump to content

Change Header font and color in PS 1.7.7


wiros

Recommended Posts

I searched and followed a lot of tips how to change the Header font in css, but did not succeed.  Can anyone advise? I use PS 1.7.7. with theme Mega Electronic Store Versie 1.0.5 by Webbay.pl Daniel Domżalski

Thanks!

Link to comment
Share on other sites

Your main font is "SF-Pro-Text-Regular".  If you cant find it in theme settings.

Change it in custom.css

i.e

body {
    font-family: 'SF-Pro-Text-Regular';
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #414141;
    line-height: 1.25em;
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...