Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #94444
    tsimarketing
    Member
    Post count: 267

    I am having issues with creating an icon box that has the icon floating left and not having the text fade in when rolling over the icon. I want the icon and text to the right to show without the rollover as soon as page loads.

    Powered by People

    Thanks!

    #94457
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Previously you asked me to hide the text until you hover over the icon box? You said that’s what your client requested

    – Kyle

    #94467
    tsimarketing
    Member
    Post count: 267

    Hi Kyle.
    Sorry for the confusion. There are three of us that use this account to build this site (divide and conquer). Someone else did ask to do that on a separate page for the client and it works great, so thank you! I was just curious, if it were at all possible to have it not be a hoover action on the page that I am currently working on because I want the information next to the icon to be there as soon as someone navigates to the page.

    Thanks again!

    #94469
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem, I previously gave your colleague this custom css for the hover effect:

    .sf-icon-box .sf-icon-box-content p {
      visibility: hidden;
    }
    .sf-icon-box:hover .sf-icon-box-content p {
      visibility: visible;
    }
    

    Please could you change it to:

    .sf-icon-box-standard .sf-icon-box-content p {
      visibility: hidden;
    }
    .sf-icon-box-standard:hover .sf-icon-box-content p {
      visibility: visible;
    }
    

    – Kyle

    #94471
    tsimarketing
    Member
    Post count: 267

    Works great! Thank you sir!

    #94473
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.