I am using Dawn theme 10.0. I would like to ad a line of text in the header as it is a large white space. Any advice is appreciated.
1 Like
Hi @Minoli ,
Just to clear, you like to put a line on the text in the header? Would you mind to share your URL website? with password if its protected.
My website is www.cynthiaminoli.com. Yes, I would like to add a tag line to tell people about my art.
1 Like
Copy, I understand. Its like this?
If that what you mean you can try this code. You can also change the color, text, or font size.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
nav.header__inline-menu:after {
content: "This is a tagline.";
font-size: 30px;
margin-left: 20px;
color: deeppink;
}
I hope it help.
thanks, I’ll try that.
