can anyone assist please , i need to change my site header (shop name) to h1 as currently it says header logo is h1 but i don’t have a logo and want the shop name to show as hi?
also need to change the font and font colour if possible ?
Hiya my apologies if I’ve not explained correctly . I wasn’t wanting to change the title of my store . I’m wanting to make the store name h1 as it says the logo is h1 but I don’t have a store logo on the page so not sure if this is effecting my seo ?
Also thank you for the font code below but is there one I can change the colour and the font?
To change your site header to use an H1 tag and modify the font and font color, you can modify the code in your header.liquid file as follows:
Replace the existing code for the header logo with an H1 tag that contains your shop name. Here’s an example of what the updated code might look like:
#
Your Shop Name Here
In the updated code, you can replace “Your Shop Name Here” with your actual shop name. You can also modify the font-family and color styles as desired. For example, you could change “Arial” to a different font and update the color code to match your site’s color scheme.
To ensure that your shop name is displayed as an H1 tag on mobile devices, you can modify this class to take up the full 12 columns. Here’s an example of what the updated code might look like:
#
Your Shop Name Here
In the updated code, I’ve added the “col-md-3” class to specify that the header logo should take up 3 out of 12 columns on medium screens (i.e., desktop devices). This should ensure that the header logo appears as expected on desktop devices while allowing the H1 tag with your shop name to take up the full 12 columns on mobile devices.