-
AuthorPosts
-
December 8, 2016 at 10:41 am #721888
I want to change fullwith easy slider button color.
I have enabled Avia Layout Builder Debug mode and have the code displayed under the page: http://imgur.com/a/fesjY
But my question is where can I insert a custom color code, since in the Caption>Edit Form Element there I cannot choose the color code: http://imgur.com/a/JLe7B
And I cannot find a place where can I insert it in the debug code under the page.
Thanks!
December 11, 2016 at 7:06 am #722784Hey pimroll,
Thank you for using Enfold.
Where did you add the full width slider? In the slider’s Captions panel, you can modify the color of the buttons. Look for the “Button 1 Color” and the “Button 2 Color” if you enable the second button.
Best regards,
IsmaelDecember 13, 2016 at 7:31 am #723569Hello Ismael,
The page where I added the buttons is in private.
Yes you can choose the colour from there but is it possible to add a custom color code to the buttons?
Thanks!
December 14, 2016 at 4:38 pm #724360Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your slider and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General styling tab
.your-custom-class .avia-slideshow-button:nth-child(3) { background: orange; } .your-custom-class .avia-slideshow-button:nth-child(4) { background: red; }
Best regards,
YigitDecember 14, 2016 at 7:58 pm #724489Hello Yigit,
I inserted the code:
.your-custom-class .avia-slideshow-button:nth-child(3) {
background: orange;
}
.your-custom-class .avia-slideshow-button:nth-child(4) {
background: red;
}Into the general styling and I already had custom css field enabled. And then I inserted the line:
avia-slideshow-button:nth-child(3)
into the Custom Css Class in the slider but it does not change the color. Am I doing something wrong?
Thanks.
December 14, 2016 at 8:21 pm #724506 -
AuthorPosts
- You must be logged in to reply to this topic.