Replacement buttons – jquery
Replacement buttons - jquery
This is actually just a general question about how I can edit the template, and I want to know if someone can give me a bump in the right direction.
I simply want to disable jquery, and create my own css for the component.
1. First, can it be done without breaking anything on the component. It seems it will still work with it disabled, and just shows the links.
2. Second, is there a quick way that I can add some css code to make what used to be jquery, my own custom look. If so, where do I look for the files I need to edit or create?
I am seeing different id's and classes for each link. For example, could i create a custom style sheet of my own to do something like this:
etc. etc. etc. Dont mind the actual code. I am just wondering how I can do it.
I simply want to disable jquery, and create my own css for the component.
1. First, can it be done without breaking anything on the component. It seems it will still work with it disabled, and just shows the links.
2. Second, is there a quick way that I can add some css code to make what used to be jquery, my own custom look. If so, where do I look for the files I need to edit or create?
I am seeing different id's and classes for each link. For example, could i create a custom style sheet of my own to do something like this:
#btn_open,
#btn_resovled,
#btn_most_popular,
#btn_most_answered,
{
width: 100px;
height: 80px
}
etc. etc. etc. Dont mind the actual code. I am just wondering how I can do it.
Access to viewing replies is restricted.
Showing 8 of 8 replies
You do not have permissions for replying to this topic.