Prefixes don't stay colored.
2 posters
Page 1 of 1
Prefixes don't stay colored.
https://help.forumotion.com/t134270-buttons-to-add-prefixes-in-topic-titles#903824
I can't seem to get my prefix colored.
This is my JavaScript.
And this is my CSS.
I can't seem to get my prefix colored.
This is my JavaScript.
- Code:
jQuery(document).ready(function() {
jQuery('#modif_topic_title').after('<input type="button" value="In Progress" onclick="set_solved(this.form.elements[\'modif_topic_title\'],\'[IN PROGRESS]\')" style="display: inline;" id="button_label">');
});
And this is my CSS.
- Code:
#InProgress{
color: #FFFF00;
}
Re: Prefixes don't stay colored.
Hello,
You can color the buttons with this Rule :
Are you trying to color the texts ? If so this tutorial was only for adding buttons which insert prefixes. There is a tutorial on how to style certain keywords in the topic title : https://help.forumotion.com/t133869-style-topic-title-keywords
You can color the buttons with this Rule :
- Code:
#button_label {
color:#FF0;
}
Are you trying to color the texts ? If so this tutorial was only for adding buttons which insert prefixes. There is a tutorial on how to style certain keywords in the topic title : https://help.forumotion.com/t133869-style-topic-title-keywords
Similar topics
» im think html dont work on my templates orr i dont know because im new in forumotion
» about prefixes
» How do I stay logged in?
» Cookies bar will not stay gone
» How do I make prefixes for my forum?
» about prefixes
» How do I stay logged in?
» Cookies bar will not stay gone
» How do I make prefixes for my forum?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum