I currently have a logo in the header of all of my pages. I want to add a written title under or next to the logo that displays on all pages. like this. I have tried adding the following code to my theme.liquid file but it doesnt seem to work
you are doing it wrong if you want to use it inline code should be inside
{% style %}
your code
{% endstyle %}
but you should use it in theme base.css
or go to your store > theme > customize > header > custom css then just add code like this
header__heading-link::after {
content: “Mystery Dates”;
font-size: 20px;