i've obviously missed the boat with less but i'm trying to get the accent to not display
i've created a new file in the less folder and i've added display:none for rt-logo-accent but its still showing. i thought and this is where i'm probably going wrong, this would get rid of it ..
You don't need LESS to rule the world. CSS is still good
Create a custom css file in the css folder of the template like
rt_afterburner2-custom.css
and add
span#rt-logo-accent {display: none;}
Seems similar to a child theme method used with Wordpress. I tried this and it worked perfectly. Thanks for the suggestion. The article is helpful also.
That's just a bad way to do that ... 'cause you will loose that change with the next update.
So people reading this – don't do what Jomarcel Nguyen suggested.