-
AuthorPosts
-
March 14, 2017 at 6:09 am #760439
Hi there –
Three questions please:
1. The button on this page is not opening up a browser / mail program to email: http://backdropsforbands.com/contact/
2. The button SEE PRICING is very small, how do I make it bigger? On this page http://backdropsforbands.com/
3. In the top menu, where it says UPLOAD ART TO SEE A PROOF — I’d like that particular menu item to be a a different color background. The red font is a makeshift fix, I don’t really like that. I’d like it to be the same color text as the other items, but change the background of that item so it makes it pop more. That upload art action is a key call to action to close the sale on my website.
Thank you!
Mendy
March 15, 2017 at 5:34 am #761110Hey Meny,
1. Are you using chrome? you can check on this thread: http://stackoverflow.com/questions/17517600/mailto-links-do-nothing-in-chrome-but-work-in-firefox
2. I have added this css code in QUick CSS (located in Enfold > General Styling):
#top .avia-slideshow-button.avia-color-light { font-size: 22px; }
3. I have commented this css code that is already in Quick CSS:
#menu-item-144395 > a > .avia-menu-text { color: red; }
and above it I added:
#menu-item-144395 > a { background-color: #ddd; }
Just adjust the color as you see fit.
Best regards,
NikkoMarch 15, 2017 at 8:46 am #761214Thanks.
I’d like for the reverse menu color — so the natural state is red, and the hover color is grey. How do I switch the hover color? I only see an option to switch the background color, but I don’t see the grey color there in quick css. Thanks.
March 15, 2017 at 10:46 am #761274Hi,
Try replacing this css code I gave from:
#menu-item-144395 > a { background-color: #ddd; }
to
#menu-item-144395 > a { background-color: red; } #menu-item-144395 > a:hover { background-color: #ddd; }
#ddd is a light gray color you can use hex color codes value like this or you can use color names. You can use this as a reference: http://htmlcolorcodes.com/
Best regards,
NikkoMarch 19, 2017 at 6:25 am #763069Thanks. Tried adding that code, but nothing doing. Now there’s no change at all, the backround color and hover are the exact same as all the other buttons.
March 19, 2017 at 5:41 pm #763259Hi,
I have checked it and noticed that the > was changed to
& g t ;
without the spaces, I just replaced it and tweaked the background as well as the font color a bit. Let us know if it’s good :)
Best regards,
NikkoMarch 22, 2017 at 2:10 am #764503Great thanks!
March 22, 2017 at 2:13 am #764504How can I change the color of the text in that menu item?
March 22, 2017 at 5:00 am #764524Hi,
Add this Quick CSS:
.menu-item-top-level menu-item-top-level-6 a { color: #fff !important;
let me know if this helped!
Best regards,
John TorvikMarch 22, 2017 at 8:13 am #764635Unfortunately that did not work.
March 22, 2017 at 10:39 am #764676Hi,
Try using this css code:
menu-item-144395 > a .avia-menu-text { color: #fff; }
if that doesn’t work try this one instead:
menu-item-144395 > a .avia-menu-text { color: #fff !important; }
Just adjust the colors as you see fit. Hope this helps :)
Best regards,
NikkoMarch 22, 2017 at 11:49 pm #765105Neither of those two worked either. Can you try another code and try it yourself first to make sure it works on my site? Login info is in private content.
March 23, 2017 at 10:56 am #765293Hi,
I modified the code and it works fine now :) It’s not working because of the same issue I posted here: https://kriesi.at/support/topic/button-bigger-email-button/#post-763259
Regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.