All things Shopify and commerce
Hi,
I am using the Sense theme and would like to add text/ a title under or next to the logo which i have added into the header of my website.
Please give me the CSS code i could use to add this to each header of my
Hi @TomBerger
We can used pseudo elements, that can text. This css will be shown every pages in your store. If its okay with that would you mind to share your store URL? Thanks!
Thanks for the info,
Do you mean like this?
If it is, check this one.
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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
.header__heading-link:after {
content: "Mystery Dates";
font-size: 20px;
}
.header__heading-link {
display: flex;
flex-direction: column;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi thanks, would it also be possible to put the text next to the logo (left or right? ) if so how do i adjust the code to suit that?
the code does not seem to work for me, nothing seems to change or show up (see screenshots)
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025