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,
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!
Mysterydates.nl is the link
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 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?