Home>Support>Hover effect on Features Widget made button

Hover effect on Features Widget made button

By MikeMSG, 9 years ago. Last reply by Daniel, 9 years ago.

Hi :)

One more question. I used feauters widget to make sircle icons/buttons and now I want them to have some hover effect, like for example geting bigger (with the text) and or changing background color. Is that possible?

best regards,
Mike

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi MikeMSG

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .sow-icon-container.sow-container-round:hover  {
        color:red !important;
    }
    
    .sow-icon-typicons:hover {
            color:black !important;
    }
    

    You can change the color to your desired ones

    Let me know if that works for you

    Cheers

  2. 9 years, 6 months ago MikeMSG

    Thanks Addo! It works pefectly. Just one more thnig. Can I change the color of the title text of the container?

  3. 9 years, 6 months ago MikeMSG

    I tried adding .sow-container-titletext… but it didn’t work… I guess my syntaxis isn’t right :(

  4. 9 years, 5 months ago Daniel
    Hi, I Work Here

    Hi MikeMSG

    Try this out

    .entry-content h5{
      color: red !important;
    }
    

    Cheers :)

  5. 9 years, 5 months ago MikeMSG

    Thanks! That helped! :)

  6. 9 years, 5 months ago Daniel
    Hi, I Work Here

    Perfect :-)

    Always feel free to open a new thread whenever you require support

    Cheers

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More