Hey guys,
take a look at the following attachment. I am trying to develop 3 text boxes, each one having a different background color. Is there a way to do this within the theme without heavy customization?
See the attached file. Thanks!
Justin
Hi Justin!
Please turn on Custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then you can give each box a different class and change the background colors using custom CSS
Regards,
Yigit
Hey!
You can simply add the changes to fuctions.php file of your child theme ( http://kriesi.at/documentation/enfold/using-a-child-theme/ ) to avoid losing them while updating the theme.
I checked the code once again on my local installation but it does work fine on my child theme. Please connect via FTP and undo the change you have made on functions.php file of your child theme. If you do not mind, please post a temporary admin login here privately so we can add the code for you into functions.php file of your child theme.
Cheers!
Yigit
Hey Justin!
I have removed the code from functions.php file of parent theme and moved inside child theme. Custom CSS field is working flawlessly :)
Cheers!
Yigit
Sure seems that way!! Thanks much for the support Yigit! Have a good one!
Justin