Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1342690

    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

    #1342700

    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

    #1342864

    This is so amazing cool!!!
    Thanks a lot for that!
    kind regards Jak

    #1342865

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Border effect for for textbox’ is closed to new replies.