Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Button style on different pages
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Button style on different pages
- This topic has 19 replies, 3 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Neighborhood
-
April 3, 2016 at 2:16 pm #259360
Hi,
I am trying to have one similar button style on all pages. Is it possible to make some changes to have a similar look? At the moment, there are different styles due woocommerce, the theme and the fact that the theme tries to overwrite the button classes on different pages and plugins.
I attached 4 screenshots with 4 different buttons. Do you have some hints, what could I change, to have one button style? At the moment, the theme overwrites the classes of third party plugins too, but not at all, so the result is different on every page.
p.s. unfortunately I do not have deeper knowledge about code changes and so on.
Thanks in advance.
Best
MartinAttachments:
You must be logged in to view attached files.April 4, 2016 at 7:57 pm #259591Please supply the URL(s) for each instance where you see the above.
Thanks.
April 6, 2016 at 6:34 am #259813This reply has been marked as private.April 7, 2016 at 8:59 am #260069Hi,
Please use this:
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { outline: none; border: none; padding: 8px 14px 7px 14px; font-size: 14px; line-height: 18px; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .track_order p.form-row input[type="submit"] { background-color: #ff6633!important; } .track_order p.form-row input[type="submit"]:hover { background-color: #2e2e36!important; }
Thanks.
April 7, 2016 at 10:13 am #260102Thank you so far, David. It is changing some things, but the order tracking button isn´t rounded at the moment. Further, it changes the color on mouse over, what it shouldn’t do, because the other buttons only change from rounded corners to edged corners on hover. Is it possible to change this? Thank you
Regards
MartinApril 8, 2016 at 9:59 am #260324Is the login still valid and working as I get a blank page? http://d.pr/i/APm0.
Please confirm what color you want for:
Button Standard:
Button Hover:– You want the border to always be rounded correct?
Thanks.
April 9, 2016 at 6:45 am #260489Hi David,
Actually yes. Please try it again,it shall work.
The preferred color for the standard button is: black
Fo the hover button: actually black too, but with the rounded corner effect. Otherwise if it is changing the color too, #ff6633 would be nice.The border could be with edges in “standard” and when I make a mouse over it shall change to rounded border. I really appreciate your help. Thanks in advance
Regards
MartinApril 11, 2016 at 11:28 am #260658Hi,
To change the button color to black, please use this:
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { outline: none; border: none; padding: 8px 14px 7px 14px; font-size: 14px; line-height: 18px; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .track_order p.form-row input[type="submit"] { background-color: #000!important; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .track_order p.form-row input[type="submit"]:hover { background-color: #000!important; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
April 11, 2016 at 5:56 pm #260762Hi David,
thanks for your help. Unfortunately it doesn’t work like it should do. The button of the order tracking is black and rounded, but it doesn’t has a hover effect. It is still black and rounded, if I am hover with the mouse.The color is not the problem…more the hover effect. It shall look like all other buttons on the page. thanks
Martin
April 13, 2016 at 11:00 am #261138Hi,
What is the order tracking page URL, I’ll give you additional CSS for that.
Thanks.
April 13, 2016 at 4:34 pm #261287Thank you. The url is http://nicebeardgraphics.com/bestellstatus/
Regards
MartinApril 14, 2016 at 8:52 am #261400Hi,
Your website is under maintnance mode. How can i check the website?
Thanks
MohammadApril 14, 2016 at 4:58 pm #261540This reply has been marked as private.April 15, 2016 at 11:17 am #261701Hi,
To add the orange hover color, please use this:
.track_order p.form-row input[type="submit"]:hover { background-color: #ff6633!important; }
Thanks.
April 16, 2016 at 9:32 am #261917Thanks David,
I actually don´t want a orange hover 🙂 I would like to have the actual hover effect, which you can see on you pricing tables. (http://neighborhood.swiftideas.com/shortcodes/pricing-tables/). Slide over the button and the corners will be rounded. This is what i am looking for. Thanks in advance
Best
Martin -
Posted in: Neighborhood
You must be logged in to reply to this topic.