Jump to content

change font size title on product page on 1.4


Recommended Posts

  • 3 months later...

Hi there,

I hope you have found a solution. If not maybe this can help.

I had the same problem and realized that I had to add the font for H1 in globals.css anywhere after line 429 /* global style */

 

Here is the code from line 429:

 

/* global style */

a {

color: #5d717e;

text-decoration: underline;

outline: none;

}

a:hover {

text-decoration: none;

}

input:focus {

outline: 0;

outline-offset: 0;

}

a img {

outline: none;

border: none;

text-decoration: none;

}

/***** I have just added these 3 line nothing more *****/

h1 {

font-size: 1.2em;

}

 

Good luck.

  • Like 2
Link to comment
Share on other sites

  • 6 months later...

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...