header

Collapse

CSS for Button Glow Effect on Hover

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Go to Thank You yilmaz
    Administrator

    ❤️❤️❤️❤️❤️❤️❤️
    • 12.2020
    • 783
    • 5.7.1
    • 514
    • 250

    Font Size
    #1

    vB5.X.X CSS for Button Glow Effect on Hover

    Go to Thank You
    There is a new trend in web design these days and that is to have a glowing button effect for call to action (CTA) buttons in an other-wise clean and flat design. In this post, I will create a simple button and apply glow effect with CSS on it when user hovers over it. We can also use the CSS presented below to add a permanent glow effect to CSS buttons.

    Add the following code in the theme css_additional.css template you are using.

    HTML Code:
    /* all button hover glow s */
    .b-button:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
    }
    /* all button hover glow e */
    Demo: all buttons on this site


    How can I do?

    Go to Top of Post
    Similar Threads
  • Go to Thank You Nessa
    Junior Member
    ❤️
    • 03.2022
    • 9
    • 17
    • 48

    Font Size
    #2
    Go to Thank You
    I just added the code and looks amazing!!!!

    thank you! thank you!!


    Go to Top of Post
    https://cdn.discordapp.com/attachmen...ntitled-22.gif

    Comment

    • Go to Thank You emi
      Junior Member
      ❤️
      • 03.2022
      • 13
      • 20
      • 28

      Font Size
      #3
      Go to Thank You
      Awesome! thanks yilmaz

      Made this notes to remember what does what,.. i always forget, and i will like to change colors for my others templates in the future.
      I tested it quick, but tell me if i am mistaken

      Code:
      /* all button hover glow s */
      .b-button:hover {
      background: #03e9f4; /*button color*/
      color: #fff; /*button text color*/
      border-radius: 5px; /*border size*/
      box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4; /*glow color*/
      }
      /* all button hover glow e */
      Go to Top of Post

      Comment

      • Go to Thank You yilmaz
        Administrator

        ❤️❤️❤️❤️❤️❤️❤️
        • 12.2020
        • 783
        • 5.7.1
        • 514
        • 250

        Font Size
        #4
        Go to Thank You
        emi 👋
        It works just like you labeled it.Go to Top of Post

        Comment

        X

        Thread Information

        Collapse

        Users Browsing this Thread

        There are currently 1 users browsing this thread. (0 members and 1 guests)

          widgetinstance 297 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...
          😀
          😂
          🥰
          😘
          🤢
          😎
          😞
          😡
          👍
          👎

          AdBlock Detected

          Please Disable Adblock

          Please consider supporting us by disabling the ad blocker.

          I've Disabled AdBlock
          Home