Tagged: x
-
AuthorPosts
-
June 22, 2016 at 9:52 am #1054434
Sarah WParticipantHi
I’m using Icon 8 demo. can I make the container transparent and get rid of the lines.
I’ve put CSS in that has got rid of some of it, but I don’t know how to make the background of the Cornerstone content
transparent.
http://www.waterarthouse.co.uk/AmblesideSportsThank you
June 22, 2016 at 10:40 am #1054498
JadeModeratorHi Sarah,
Please add this CSS:
.x-main.full { background-color: transparent; } .x-boxed-layout-active .site { border: 0; }Hope this helps.
June 22, 2016 at 11:20 am #1054587
Sarah WParticipantThis reply has been marked as private.June 22, 2016 at 11:35 am #1054602
Sarah WParticipantHey Jade,
Have figured out the transparent containers. and changed the feature to more posts. So don’t need to find out why it was disappearing.Just the line under the logo remains.
and just one other thing…
I have the top line of posts as 2, whilst underneath the posts are in rows of 3.
is there any way to make the row of two posts the same height as the row of three?Thank you
June 22, 2016 at 11:59 am #1054639
Sarah WParticipantHi again,
I’ve just changed the top row to text boxes in order to get them the same height as the row of posts beneath.Is there any way of making those text boxes have rounded corners. I’ve checked the forum but the CSS provided isn’t working for me. Probably because I am utterly brainless with code.
June 22, 2016 at 12:53 pm #1054735
JoaoModeratorHi There,
To get rid of the line under the logo please add the following code to Appereance Customizer Custom CSS
.x-logobar, .x-logobar-inner { border-bottom: none; }Regarding the size of the first two boxes you can add on Appereance > Customizer > Custom > CSS
@media only screen (min-device-width : 1024px) .post-777 .x-column.x-1-2 { height: 220px; } }I also would recommend you placing a 10 15px gap under each of this elements in order that they look separate on mobiles.
To make the elements have a rounded Corner you need to apply a border-radius, please add the following code to Appereance Customizer Custom CSS
.post-777 .x-column { border-radius: 5px; } .x-recent-posts a.x-recent-post3 { border-radius: 5px; }Hope that helps,
Joao
June 23, 2016 at 6:56 am #1056189
Sarah WParticipantThank you very much Joao
June 23, 2016 at 8:46 am #1056321
JoaoModeratorYou are welcome.
Let us know if we can help you with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1054434 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
