I am using bootstrap for making a web page. But due to be a newbie I faces some common problem. <ul class="nav inline"> <li><a href="index.html">Home</a></li> <li><a href="">Services</a></li> <li><a href="">Portfolio</a></li> <li><a href="">Our clients</a></li> <li><a href="">Contact us</a></li> </ul> How can change the default a:link, a:hover,a:active tag using creating a custom.less file?
Forget the 'less' crap. Put the values you want in your css stylesheet. Why ever would you want to screw around with some preprocessor wrapper before you even know what you're doing in the first place?
What gary said, and toss that bootstrap asshattery out the window too while at it. Bad enough you're wasting time with the fat bloated pile of idiotic crap known as bootstrap, defeating the entire point of even using CSS in the first place, without smearing it all over the carpets with "less".
Thanks for your recommendation. I am agree with you. But it saves the time...I will try to follow your suggestion..
Dont forget to add " !important " in css code. for example .... a:link, a:hover,a:active { color: #000 !important; font-size: 14px !important; font-weight: 100 !important; } Code (markup): It help browser to choose the priority css to use. Or you can ignore (mean not use !important tag), if you put the custom css sheet first before the bootstrap css in header.
Thanks. I need a tutorial of lynda. But i am unable to buy this. If anyone help me to to share with me,I will be really grateful. Tutorial name: Bootstrap 3: Advanced Web Development
Saves time? I call BS. You've been screwing around on this for a month instead of simply learning to do it the right way.