Hello,
I am trying to edit a charity website (www.heads2minds.co.uk) to have a 'donate now' menu item which is purple and in bold. I have tried to follow some of the advice I found on the internet (I have very limited coding experience in CSS), but I am struggling to make it work as I do not know where to copy and paste code into the theme.liquid file. Any help would be appreciated!
Please add the following code at the bottom of your assets/theme.scss.liquid file.
ul#SiteNav li a[href="/pages/donate-now"] {
font-weight: bold;
color: red;
}
Above I have given red color so you can change with the color that you want. Hope this helps.
Thanks!
User | Count |
---|---|
563 | |
215 | |
129 | |
82 | |
49 |