Tagged: x
-
AuthorPosts
-
November 22, 2016 at 11:43 am #1267092
hwolfeParticipantOn the Renew 01 demo home page there is an icon (with a film strip) right about the words “Creative Blog”. There is code for it in its style section, but of course I deleted it and now want to use it. ” / Can anyone post that code for me?
Thank you!!
November 22, 2016 at 12:29 pm #1267153
JoaoModeratorHi There,
Find the section Id of the section you want to apply it, For example Section 3 is #x-section-3
Add the following code to Cornerstone Settings Custom CSS
#x-section-3 { background-image: url(http://demo.theme.co/renew-1/wp-content/uploads/sites/35/2013/06/cb-gray.png); background-color: #fff; padding-top: 260px; padding-bottom: 135px; }Hope that helps
Joao
November 22, 2016 at 1:09 pm #1267201
hwolfeParticipantHmm, I don’t think that’s it. What I want is the way the icon seems to “cut out” a little half circle into the gray section below it. I thought I remembered that icon having a style that allowed it to do that.
November 22, 2016 at 3:00 pm #1267325
JoaoModeratorHi There,
Try using a negative margin on the style box of the icon.
margin-top: -50px;
or margin-bottom: -50px;
Hope it helps
Joao
November 22, 2016 at 3:59 pm #1267388
hwolfeParticipantOh, that’s very cool! Now, last thing is to get a white circle around the icon…
November 22, 2016 at 10:19 pm #1267725
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
#x-section-2 i.x-icon-pagelines { border-radius: 100em; margin-bottom: -50px; background-color: white; padding: 25px 50px; }Hope it helps, Cheers!
November 23, 2016 at 9:30 am #1268308
hwolfeParticipantAwesome! Thanks, Friech!
November 23, 2016 at 9:45 am #1268327
JoaoModeratorGlad to hear we managed to help,
Have a great day,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1267092 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
