Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1209727
    alamtfuerwerbung
    Participant

    Hi, coud you pls see this page:
    http://www.greiwe-online.de/start.html

    There are 6 boxes with green color when hover.
    http://ctrlv.in/862185

    How can I build something like that with X?

    Thx
    A

    #1209801
    Jade
    Moderator

    Hi there,

    You can create a row with three columns using Cornerstone then add a Featured Box element in every row. As for the hover effect, we can add a custom CSS to it. We could provide you with the code but kindly create the rows first then provide us with the link to your site.

    Thank you.

    #1209805
    alamtfuerwerbung
    Participant

    ok, I´ll check it out, thx

    #1209815
    alamtfuerwerbung
    Participant

    ok here is the testpage to build it

    http://www.sub.amtfuerwerbung.de/test2/

    thx for help

    #1209820
    alamtfuerwerbung
    Participant
    This reply has been marked as private.
    #1210038
    Rupok
    Member

    Hi there,

    Thanks for writing back. Let’s add this under Custom > CSS in the Customizer.

    .x-feature-box {
      transition: all 0.3s ease 0s;
    }
    
    .x-feature-box:hover {
      background-color: #008855;
    }

    Hope this helps.

    #1210105
    alamtfuerwerbung
    Participant

    great, thank you.

    if u check my sample again, u can see that the font color is also changing when hover.
    I tried it with .element.style:hover { color: etc…, but it doesn´t work.
    I´m sure that is way to do it, isn´t it?

    Thx
    Andre

    #1210146
    Rupok
    Member

    Hi Andre,

    You should be able to add this following the given code. Let’s add this as well :

    .x-feature-box:hover .x-feature-box-title, 
    .x-feature-box:hover .x-feature-box-text {
      color: #fff !important;
    }

    Hope this helps.

    #1210266
    alamtfuerwerbung
    Participant

    perfect thx

    #1210284
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

    #1210950
    alamtfuerwerbung
    Participant

    Hi, further question to this topic.
    Can I upload own icons?

    In the solution we worked out here, the icon color is changing when hover. If I use own icon´s uploaded as image, I can´t use the hover effect, cause the color of an image can´t be changed automatically.

    Thx
    Andre

    #1211143
    Christopher
    Moderator

    Hi there,

    No, custom icons are not allowed, but you can change icon by adding following code in child theme’s style.css file :

    i.x-icon-wpforms.square:before {
        content: "\f16d";
    }

    Every time you add wpforms icon, instagram icon will be displayed.

    Please check the list of available icons here http://fontawesome.io/icons/

    Hope it helps.

    #1211177
    alamtfuerwerbung
    Participant

    thx

    #1211334
    Joao
    Moderator

    You are welcome.

    Joao

    #1212574
    alamtfuerwerbung
    Participant

    Hi, I´m afraid it doesn´t work with i.x-icon-wpforms.square:before {
    content: “\f16d”;
    }

    Or I did it wrong.

    After I added it to the style.css I still have the same icons.

    Thx
    Andre

  • <script> jQuery(function($){ $("#no-reply-1209727 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>