Tagged: x
-
AuthorPosts
-
March 31, 2016 at 7:17 am #860726
Hi,
I have inserted recent posts into my sidebar by using the text/html widget and pasting in the shortcode for the X theme recent posts.
The thumbnails look great but the point size of the post title is too big so it’s not working so well. I’m guessing these as based on one of the H styles but I’d like to avoid changing my main h styles if possible.
I’d like to reduce the point size on just the text in the recent posts in the side bar. Is there an easy way to do this in custom CSS?
Many thanks,
AdamMarch 31, 2016 at 1:09 pm #861178Hi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
April 1, 2016 at 6:19 am #862417This reply has been marked as private.April 1, 2016 at 6:20 am #862421Sorry I also forgot to mention. Would it be possible to remove the white background behind the recent posts widget also?
Thanks!
April 1, 2016 at 4:06 pm #863101Hi Adam,
You can add this under Custom > CSS in the Customizer.
.x-sidebar .x-recent-posts .h-recent-posts { font-size: 12px; } .x-sidebar .x-recent-posts a { background-color: transparent; }
Hope this helps.
-
AuthorPosts