Tagged: x
-
AuthorPosts
-
December 24, 2016 at 4:46 pm #1303668
goalsarecoolParticipanton the second row of https://goalsarecool.com/ i have 3 icons. How do I make the icons link to another page?
December 25, 2016 at 4:56 am #1303900
ChristianModeratorHey there,
You’ll need to use a Button element with these setting:
Type: Transparent
Shape: Pill
Enable Icon: On
Icon Placement: Icon OnlyYou then need to assign an ID or Class to your button and add this inline CSS.
#taxi { background: gold; color: black; border: 0; width: 60px; height: 60px; line-height: 2.35em } #taxi:hover { background: skyblue }Thanks.
December 25, 2016 at 1:29 pm #1304051
goalsarecoolParticipantI used the following code and made the button size jumbo.
#pbg-circles{ background: gold; color: black; border: 0; width: 200px; height: 200px; line-height: 5.5em } #pbg-circles:hover { background: skyblue }However, the icon in the middle of the circle is not big enough. How can I make the actual icon bigger (not the circle)?
Thanks!
December 25, 2016 at 3:46 pm #1304083
Nabeel AModeratorHi again,
You can try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.home #x-section-2 .x-icon:before { font-size: 82px; }Let us know how this goes!
December 25, 2016 at 4:27 pm #1304091
goalsarecoolParticipantDid not work. http://goalsarecool.staging.wpengine.com/
December 25, 2016 at 8:29 pm #1304249
Paul RModeratorHi,
You can try this code instead.
.home #pbg-circles .x-icon:before { font-size: 82px; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1303668 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
