@juan-g Thanks, I'll do this. But I definitely would like to know what files I should edit if I wanted to make my own theme or customize the current one.
B F
Posts
-
Big Newb. Need Help With CSS Customization -
Big Newb. Need Help With CSS CustomizationThanks for the quick reply. So this got me one step forward!
I have another question...I want to change the navbar color. The only navbar.less file for Vanilla is in its 'bootstrap' subdirectory. I can change '.navbar-inverse' > 'background-color: blue' but nothing changes...
Is this not where I should be changing it?
-
Adding a column in MongoDBMy goal is to add a number value that is attached to every user who creates an account. When the user creates an account, they type in a number that is sent to them. Once they start using the account that number increases as time goes on. I'm not worried about the logic, I've already got that figured out. But I am new to Mongo...how do I add a column into Mongo that will take in and store a number that a user types in when creating an account?
-
Big Newb. Need Help With CSS CustomizationHey All,
This is less of a CSS question and more of a file structure question...maybe a mix of the two.
I cloned my Vanilla theme and all I want to do is start editing colors and tinkering with div sizes and all of that. What files do I edit? I see the 'less' directory in the themes folder but nothing I change makes any difference. For example, I want to change my navbar color from orange to literally annnnyything else. I can't figure out how to do this. No less file has the '.navbar' or the '.navbar-inverse' identifier which specifies the orange color.
Please help.
Also...I applied a skin. How do I just go back to default??