I need to change the color of the Nav-bar, hover color of the links and finally the default size of the text of the links. Can you point me to a tutorial to make those changes, and if not a collection of the selectors in the CSS file to adjust. Thanks
How did I find the CSS selectors?
I search .navbar-inverse (to make your navbar becomes black as prev
version) and find all of the elements after
So. Good luck!
On Sun, Nov 18, 2012 at 11:37 AM, William Rouse <
williambradley.ro...@gmail.com> wrote:
> I need to change the color of the Nav-bar, hover color of the links and
> finally the default size of the text of the links. Can you point me to a
> tutorial to make those changes, and if not a collection of the selectors in
> the CSS file to adjust.
> Thanks
Or, open a page in a browser, open the "inspect" panel (right click) scroll through the elements until the one you need is highlighted then look at what properties affect it, you can even do live edits changing things, turning them on an off, etc.
I just found an extension that lat's me save the CSS from those live edits but usually I would just jot down the changes on a piece of paper...won't help with pseudo-elements though (like :hover) but it will let you figure out exactly which CSS (and therefore LESS) properties to alter,
On Saturday, November 17, 2012 10:37:49 PM UTC-6, William Rouse wrote:
> I need to change the color of the Nav-bar, hover color of the links and > finally the default size of the text of the links. Can you point me to a > tutorial to make those changes, and if not a collection of the selectors in > the CSS file to adjust. > Thanks
On Sun, Nov 18, 2012 at 3:15 PM, Adam Powell <a...@adaminfinitum.com> wrote:
> Or, open a page in a browser, open the "inspect" panel (right click)
> scroll through the elements until the one you need is highlighted then look
> at what properties affect it, you can even do live edits changing things,
> turning them on an off, etc.
> I just found an extension that lat's me save the CSS from those live edits
> but usually I would just jot down the changes on a piece of paper...won't
> help with pseudo-elements though (like :hover) but it will let you figure
> out exactly which CSS (and therefore LESS) properties to alter,
> On Saturday, November 17, 2012 10:37:49 PM UTC-6, William Rouse wrote:
>> I need to change the color of the Nav-bar, hover color of the links and
>> finally the default size of the text of the links. Can you point me to a
>> tutorial to make those changes, and if not a collection of the selectors in
>> the CSS file to adjust.
>> Thanks
I tried a recompile and even got WinLess working on my system but I can't seem to find the selector that works on the hover state and it seems that it is impossible to locate the selector with Chrome developer tool since the mouse pointer can't be in two places at once. Thanks.
usually adding :hover works. I haven't tried it myself, but the second post
in this thread seems promising (by AMYunus). Have you tried it? What has
worked, what has not? If you are more specific, perhaps, we can help you a
bit more.
williambradley.ro...@gmail.com> wrote:
> I tried a recompile and even got WinLess working on my system but I can't
> seem to find the selector that works on the hover state and it seems that
> it is impossible to locate the selector with Chrome developer tool since
> the mouse pointer can't be in two places at once.
> Thanks.
> On Thursday, November 29, 2012 12:40:48 PM UTC-6, Nasir wrote:
>> why don't you modify variables.less and recompile less files into css?
I decided to delete everything and start over since I am now compiling from Less to generate my CSS. Things seems better at this point. Thanks for all the help.
On Friday, November 30, 2012 7:21:05 AM UTC-6, Nasir Rasul wrote:
> usually adding :hover works. I haven't tried it myself, but the second > post in this thread seems promising (by AMYunus). Have you tried it? What > has worked, what has not? If you are more specific, perhaps, we can help > you a bit more.
> On Fri, Nov 30, 2012 at 1:20 AM, William Rouse <williambra...@gmail.com<javascript:> > > wrote:
>> I tried a recompile and even got WinLess working on my system but I can't >> seem to find the selector that works on the hover state and it seems that >> it is impossible to locate the selector with Chrome developer tool since >> the mouse pointer can't be in two places at once. >> Thanks.
>> On Thursday, November 29, 2012 12:40:48 PM UTC-6, Nasir wrote:
>>> why don't you modify variables.less and recompile less files into css?