hello, i am using the static theme however i simply cannot rattle my brains how to change the corner accent bar icon! i copy/pasted as directed and tried many other icons just in case, however it does not want to work. i wanted to use the cat ( ) but no success. i am also wondering if it is possible to make the left bar narrower and split posts on the right into two columns instead? i absolutely adore your themes and style! thank you in advance and have a lovely day
Hey! I’m assuming you mean the FontAwesome cat since that is the only icon font added to the theme. You just need to get the class from html code from FontAwesome, here. () and you take the class (fas fa-cat) and copy/paste it under “Icon Font Class” in the theme’s customisation options.
As for the second, to make the left bar narrower you need to change the width of the element (I’m not sure if you mean the very left small bar or the side bar, that’s either under ‘nav’ or ‘aside) but you also need to adjust the left margin of the ‘main’ element.
Splitting the posts into two columns gets a bit more complicated. You’d have to adjust the post size and either use display: inline-block on the .post, look into flexbox, CSS grid or masonry layout. I don’t have time to help with major customisations like this, sadly!