Shopify themes, liquid, logos, and UX
Hi,
I would like to adjust my author name in my blogs. I'm aware that this can be done by changing my name in the settings or by adding extra staff. However, I'm looking for a solution that involves coding.
I prefer not to edit the theme code, as this might cause issues with future theme updates. Perhaps there's a possibility to make these changes via the "Custom CSS" settings or Metafields, though I'm not entirely sure what options might be available.
Anyone can help me with this?
Store:
https://thetraveladdict.nl/blogs/ontdek-portugal/
https://thetraveladdict.nl/blogs/ontdek-portugal/bezienswaardigheden-lissabon-tips
Theme: Craft
Password: Thetraveladdict
Thanks a lot
The Travel Addict
Hello @Thetraveladdict
Yes, you are thinking correctly!
If you don't want to directly edit the theme code, Metafields are a very good option.
You can do this:
Go to Shopify Admin → Settings → Custom Data → Select Blogs or Articles.
Create a new Metafield, for example, "Custom Author Name".
Then, in your blog article template (or through a customization), set it up to check:
if a Metafield value exists, display that as the author name — otherwise, show the default author.
Hi there,
You want to change the name like this?
Yes we can change by css
Hi @Thetraveladdict,
Please go to Customize > Theme settings > Custom CSS and add code:
.article-template__title+.caption-with-letter-spacing span {
display: none;
}
.article-template__title+.caption-with-letter-spacing:after {
content: 'Rogillo';
}
You can change the content yourself
Hi @namphan Thanks for your solution. Can give me more input? Maybe show it with some printscreen? On which page do i need to change it? On the main page i'm getting an error message the code cannot be saved. So it seems like there is an error in it
Hi @Thetraveladdict,
Sorry, please go to Customize > Blog posts > Default blog post > Blog post > Custom CSS.
Hi @namphan
It's working, however when i try to save the CSS i get an error message and it's not possible to save it. So i assume something is not 100% correct in the code
Kr. The Travel addict
Hi @Thetraveladdict,
Can you reload the page and save it? I'm not sure about the notice, it's not in English
Hi @namphan,
Still not possible....the error message is saying: Webshop editing session cannot be published
Kr. The travel addict
Hi @Thetraveladdict,
Please go to Customize > Theme settings > Custom CSS. You can try adding code here:
@namphan i'm getting the same error message. Do you want access to try it yourself?
Hi @Thetraveladdict,
Yes, please send me the collaborator code in a private message. I will send you the invitation and check it
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025