Tagged: x
-
AuthorPosts
-
June 5, 2016 at 1:12 am #1026288
wnhorne246ParticipantHello everyone. I need some help with a few things. The page I’m needing help with is at http://dev.emilycolin.com
#1. The first thing I need help with is, I need to remove the margin below the main picture in the top left hand side of the screen so the audio player butts straight up against it.
#2. A little further down the page is a “What’s New” section that was done with the latest post shortcode. I would like any CSS that can change the font size and color of the “What’s New” title and box (Maybe even get rid of the box?) to match the custom header found on my other pages like http://dev.emilycolin.com/the-memory-thief/. Also, I would like to be able to adjust the font of the post title and meta. All of these posts show up on the home page due to creating a Category called Home_Page, so the shortcode is [recent_posts type=”post” enable_excerpt=”true” count=”2″ orientation=”horizontal” category=”home-page”]. Not sure if that helps.
#3. I’ve also been reading through the forums trying to find a way to display excerpts from these posts on the home page. I’ve read that it is not currently a feature of Cornerstone, but I’ve seen and tried the workaround. The latest snippet of that code that I could find was from THIS post, but does not work with the newest version of X I think. Is there an update for this?
#Finally, in the right sidebar, I would also like to style the “Follow Me” and “Latest Tweets” boxes and texts.
I’m uploading screenshots of all the areas in question.
Thanks as always.
June 5, 2016 at 8:59 am #1026618
ChristianModeratorHey there,
1. Please wrap your image link with a
<div>tag and add the code below in your Appearance > Customize > Custom > CSS..foobox { margin-bottom: 0 }Or, simply replace
fooboxclass withmbnclass which means Margin Bottom None. For more helper classes, please see page 37 of X Documentation at http://updates.theme.co/resources_2156cca47d8d0f08b7cb9897a2358e41/documentation/x-documentation.pdfhttp://i.imgur.com/Aeih0qs.gifv
2. Please use Custom Headline element instead of using a Widget Area element.
3. We’re sorry but excerpt is not supported for the Recent Posts element. There is no news if this feature would be added.
4. Please add the code below in your Appearance > Customize > Custom > CSS.
.x-main .h-widget { color: red !important; font-size: 1.5em; border: none; }Hope that helps. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1026288 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
