This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Hover effect on Features Widget made button

Resolved 6 replies pluginplugin-widgets-bundle
11 years ago · Last reply by Daniel 11 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.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Daniel Staff 11 years, 15 days ago

    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. MikeMSG 11 years, 15 days ago

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

  3. MikeMSG 11 years, 15 days ago

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

  4. Daniel Staff 11 years, 11 days ago

    Hi MikeMSG

    Try this out

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

    Cheers :)

  5. MikeMSG 11 years, 9 days ago

    Thanks! That helped! :)

  6. Daniel Staff 11 years, 9 days ago

    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.

Have a different question or issue?

Start New Thread