Announcement

Collapse
No announcement yet.

H1 size

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    H1 size

    Hi,
    My H1 product names are a bit too big, I can change the colour in the stylesheet but cant see the font sizes anywhere, there is a list of px sizes for larger / smaller text in site options but this has no effect on H1?

    Thanks
    https://www.harrisontelescopes.co.uk/

    Ed Harrison - Menmuir Scotland

    #2
    Design, Library, Layouts, Theme Stylesheets, Responsive CSS line 21

    Code:
    h1, h2, h3, h4, h5, h6 {
    	clear:both;
    	width:auto;
    	margin:1%;
    	padding:0;
    }
    h1 {font-size:3em; line-height:1.2;}
    h2 {font-size:2.6em; line-height:1.2;}
    h3 {font-size:2.3em; line-height:1.2;}
    h4, h5, h6 {font-size:2em; line-height:1.2;}
    There are (very) many other styles applying to h2 and h3, just search the smart stylesheet and others for h2 or h3 and you wll find them.
    General font sizes are in settings site options.
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    Comment


      #3
      Thank you.
      https://www.harrisontelescopes.co.uk/

      Ed Harrison - Menmuir Scotland

      Comment

      Working...
      X