Announcement
Collapse
No announcement yet.
How to find css elements using Firefox
Collapse
X
-
I like using the style variables, as I've tried this method before and couldn't locate the variable
-
How to find css elements using Firefox
Here's a simple tutorial which shows how to find css elements so you can easily change them and control how each element looks on your forum.
1) Download and install Firefox
In this example we will change the teal color surrounding the login inputs to black
2) Right-click on the teal color shown:
3) Select Inspect Element
4) Highlight and copy the css element on the right ".toplinks .logindetails {"
5) Go to your Admin CP and edit the additional.css template
6) Add the following
.toplinks .logindetails {
background: #000000;
}
7) Save template
8) That's all there's to it. Once you refresh your forum page you will see how the surrounding background of the login input is now black.Tags: None
Related Topics
Collapse
-
by DCL FEI have been able to change my background but would like to apply additional css, especially cially background-size: cover;
Can anyone please tell me how to go about applying additional ...-
Channel: Support Issues & Questions
Tue 24 Sep '13, 6:16pm -
-
by DanloonaHi. How can I change colour to a specific module? I mean I want to change header background colour to search module only, no all of them. How can i do it? Thanks...
-
Channel: Support Issues & Questions
Thu 13 Feb '20, 6:50am -
Leave a comment: