Tagged: x
-
AuthorPosts
-
October 10, 2016 at 5:50 am #1209727
alamtfuerwerbungParticipantHi, coud you pls see this page:
http://www.greiwe-online.de/start.htmlThere are 6 boxes with green color when hover.
http://ctrlv.in/862185How can I build something like that with X?
Thx
AOctober 10, 2016 at 6:55 am #1209801
JadeModeratorHi 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.
October 10, 2016 at 7:00 am #1209805
alamtfuerwerbungParticipantok, I´ll check it out, thx
October 10, 2016 at 7:07 am #1209815
alamtfuerwerbungParticipantOctober 10, 2016 at 7:10 am #1209820
alamtfuerwerbungParticipantThis reply has been marked as private.October 10, 2016 at 10:09 am #1210038
RupokMemberHi 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.
October 10, 2016 at 10:47 am #1210105
alamtfuerwerbungParticipantgreat, 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
AndreOctober 10, 2016 at 11:33 am #1210146
RupokMemberHi 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.
October 10, 2016 at 1:08 pm #1210266
alamtfuerwerbungParticipantperfect thx
October 10, 2016 at 1:17 pm #1210284
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
October 11, 2016 at 12:49 am #1210950
alamtfuerwerbungParticipantHi, 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
AndreOctober 11, 2016 at 4:00 am #1211143
ChristopherModeratorHi 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.
October 11, 2016 at 4:36 am #1211177
alamtfuerwerbungParticipantthx
October 11, 2016 at 7:16 am #1211334
JoaoModeratorYou are welcome.
Joao
October 12, 2016 at 2:01 am #1212574
alamtfuerwerbungParticipantHi, 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 -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1209727 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
