Hello,
if the theme does not allow you to modify the title you can put CSS code in theme.liquid (see doc). Here is an example:
#mytitle::before{
content: "new title";
display:inline-block;
visibility:visible;
position:absolute;
}
#mytitle{
visibility:hidden;
}
User | Count |
---|---|
28 | |
18 | |
17 | |
16 | |
10 |