David_G
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] buttonsI almost have it using this, it doesn’t seem to work on ACTIVE though. It doesn’t affect the regular buttons either.
I don’t get the reverse colors, just blue but I like it..btn-dave .tc-fade- hover-links a.btn-dave:focus,.tc-fade-hover-links a.btn-dave:hover, .tc-fade-hover-links a.btn-dave:active{ text-decoration:none; background-position:0 29px; background-color: #0000ff; color: #fff; -webkit-transition:background-position .1s linear; -moz-transition:background-position .1s linear; -o-transition:background-position .1s linear; transition:background-position .1s linear }Forum: Themes and Templates
In reply to: [Customizr] buttonsOK I found the culprit (below) in the “tc_common.min.css” file. I tried commenting the snippet and then the 2nd snippet in my previous post takes effect EXCEPT line 2 (above).
I am open to ideas please..tc-fade- hover-links a.btn:focus,.tc-fade-hover-links a.btn:hover{ text-decoration:none; background-position:0 -15px; -webkit-transition:background-position .1s linear; -moz-transition:background-position .1s linear; -o-transition:background-position .1s linear;transition:background-position .1s linear}Forum: Themes and Templates
In reply to: [Customizr] buttonsI think you misunderstood. I am working with buttons not the navbar.
Here is the snippet I am working with. This works great
.btn-dave { background-color: rgba: (0, 0, 0, 0,); background-image: linear-gradient(to bottom, #ff0000, #0000ff); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #fff; }I tried to use my own colors for the hover but this is not working:
.btn-dave.active, .btn-dave.disabled, .btn-dave:active, .btn-dave:focus, .btn-dave:hover, .btn-dave[disabled] { background-color: linear-gradient(to bottom, #0000ff, #ff0000); color: #fff; }Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonThanks for responding. I do appreciate the assistance.
Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonSo what you are saying is if I use less lines my sites will load faster correct? What kind of difference will it make when my current child css is 424 lines and I reduce it by half or one third?
Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonI would have caught it had it looked like this…
.navbar-inner a.social-icon { color:blue; } footer#footer .colophon a.social-icon { color:blue; }Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonOh crap! now I see it, the extra bracket. This snippet is the only one where I have everything on the same line. I cannot believe I missed that. All fixed, Thanks…
Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonWhy is this conflicting with the 3bar code? When this is inactive then the 3bar is black (which is what I want) but when this snippet is active then I lose the black color on 3bar.
/* Change the color of all the Social Icons */ .navbar-inner a.social-icon {color:blue;} footer#footer .colophon a.social-icon {color:blue;}Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonIt works now. Thanks a lot. 🙂
Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonI was trying to combine the snippets. It’s still not working.
Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonThanks d4z, that helped a little. The hover turns red but the static bars are still refusing to change.
Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonFirebug is showing this for the 3bar but it also doesn’t work. Any other ideas?
navbar .btn-toggle-nav .btnForum: Themes and Templates
In reply to: [Customizr] 3bar buttonThat didn’t work.
Forum: Themes and Templates
In reply to: [Customizr] 3bar buttonaandsmobileauto.com
Forum: Fixing WordPress
In reply to: Burn a little house.You can remove it with css also:
.menu-box .link-home { display: none; }