Re: Header Formatting in Testament Theme

How to format header text in Testament theme?

joroman2k
Excursionist
36 1 11

I am trying to format my header text so that it is small and does not take up lots of rows in the header. Attached are the admin screen shot and then what the customer see's. It is testament theme but in the Admin there are no formatting options for the text other than a text size slider. It uses double spacing between the rows and is a bit awkward.

 

Screen Shot Admin:

Header Admin View.jpg

 

Header Customer View:

 

Header Customer View.jpg

 

Any help is appreciated.

Replies 2 (2)

Lucid_Polygon
Shopify Partner
349 63 96
  1. There is a 48pixel line height given to the header. You can override it with a bit of custom code
  2. Go to your CSS file. It would be named something like style.css or app.css or similar
  3. Code files can be found in Online Store > Themes > Actions > Edit Code > Assets
  4. The add the following code
  5. You can change the number 10 to whatever you feel is better.

 

header {
   line-height: 10px !important;
}

 

 

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution
Lucid_Polygon
Shopify Partner
349 63 96

Did this solve your issue? 

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution