Well, hello! I was surfing the web and found a JS code that allows to transform the topic buttons into text that can be stylized with CSS. Theorically this code was taken from here but I couldn't find the topic. The code in this case is:
So, I tested it with the New Topic and the Reply buttons, and it works magically. There's just one little thing that bugs me: I have no idea about how to make it change the Locked/Closed Theme button. When I took a look at the class of the icon I found that it's just the same as the New Topic or Reply one, so... I totally lost it. It's really not a hard issue but if there's any way to make it work...
Anyone has some idea that could help? I'm kind of a newbie in the area, so a little help would be appreciated.
I hope I'm being clear enough here. Thanks!
- Code:
jQuery(document).ready(function() {
$('.icon class').replaceWith('<div class="name of the div in the CSS">Text</div>');
});
So, I tested it with the New Topic and the Reply buttons, and it works magically. There's just one little thing that bugs me: I have no idea about how to make it change the Locked/Closed Theme button. When I took a look at the class of the icon I found that it's just the same as the New Topic or Reply one, so... I totally lost it. It's really not a hard issue but if there's any way to make it work...
Anyone has some idea that could help? I'm kind of a newbie in the area, so a little help would be appreciated.
I hope I'm being clear enough here. Thanks!
Last edited by Kalopsia on August 29th 2017, 7:06 pm; edited 1 time in total