Tagged: fullwidth button
Hi,
I have a problem with the fullwidth button. When I hover over the button canvas it fades to a lighter shade but as soon as I hover over the textlink within the button the button color fades to a greyish white which makes the button barely visible.
It seems to be a rule in the shortcodes.css but I am not able to overwrite it with the quick CSS although I’m using !important on the rule.
Another problem that I have with the shortcodes.css is that I’d like to have the fullscreen slider buttons aligned to the left when they are stacked (on mobile device), right now the lower button is indented by a margin-left in the shortcodes.css but it seems that I can’t override it either.
Website:
http://belizebusinessformations.com/ (Fullscreen slider on homepage, fullwidth button at the bottom of the pages)
Hi nontrepreneur!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .avia-color-theme-color-subtle { background-color: #dbc9b0; }
@media only screen and (max-width: 480px) {
#top .avia-slideshow-button { display: block; margin-left: 0; }}
Regards,
Yigit
Thank you that fixed it! :)