 
	
		
		
		
		
			
Hi,
with your help i got a nice animated dotted border effect on my team-page around my (team-members box).
How can i have the same effect around my yellow text box on my contact-page?
kind regards
Jak
Hey Jak,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av_textblock_section.av-l078n2mv-4df7187073f248e919e9a59470855225 {
  border-style: dotted;
  border-width: 15px 15px 15px 15px;
  border-color: #eeee22;
  -webkit-animation: borderBlink 0.5s step-end infinite;
  animation: borderBlink 0.5s step-end infinite;
  padding: 15px;
}
Best regards,
Yigit
This is so amazing cool!!!
Thanks a lot for that!
kind regards Jak
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit
