Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #860726

    abrightdesign
    Participant

    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,
    Adam

    #861178

    Darshana
    Moderator

    Hi 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.

    #862417

    abrightdesign
    Participant
    This reply has been marked as private.
    #862421

    abrightdesign
    Participant

    Sorry I also forgot to mention. Would it be possible to remove the white background behind the recent posts widget also?

    Thanks!

    #863101

    Jade
    Moderator

    Hi 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.