Aadwork
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Scroll Triggered Box] How to change submit button link color?I changed it in my own child theme.
Forum: Plugins
In reply to: [Scroll Triggered Box] How to change submit button link color?I don’t mind at all. But I think you’ll need to adjust the CSS code a little bit to het it to work on your own website. This is the code I am using in my theme. The button colors itself are set in the theme settings in WordPress:
input#submit, input#searchsubmit, input.wysija-submit, a.avia-button, .button {border-radius: 5px; box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3); padding-top: 10px; padding-bottom: 14px; font-size: 110%;} input#submit:active, input#searchsubmit:active, input.wysija-submit:active, a.avia-button:active .avia-button span:active, .button:active {box-shadow: inset 0 3px rgba(0, 0, 0, 0.3); padding-top: 12px; padding-bottom: 12px;}With the code I only tweak the design a little bit. The is actually no :hover CSS rule in my child theme.
But with some basic CSS you can do anything you want 🙂 The sky is the limit!
Forum: Plugins
In reply to: [Scroll Triggered Box] Cookie TimeThis thread helped me out 🙂 I had W3 Total Cache plugin running and the triggered box kept up showing on every page.
I de-activated the W3 Total Cache plugin and now it is working fine.
Forum: Plugins
In reply to: [Scroll Triggered Box] How to change submit button link color?You’ll need to adjust the CSS yourself. I tweaked the CSS: http://aadwork.nl
Viewing 4 replies - 1 through 4 (of 4 total)