Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1320828
    Kobber
    Participant

    Hi,

    If you look my site – the last row, I’ve placed a recent posts widget called “Nyheder”. The widget doesn’t look very good for this design, so I was wondering if;

    1) the background could be transparent
    2) there could be no lines between the posts
    3) the date could be before the posts

    Thanks in advance!

    #1320909
    Christian
    Moderator

    Hey there,

    1 and 2. Please add the code below in your Appearance > Customize > Custom > Global CSS

    .content .widget ul li, .content .widget ol li {
        border-bottom: 0;
        background-color: transparent;
    }

    3. Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks.

    #1321133
    Kobber
    Participant

    Great – thank you!

    #1321147
    Rupok
    Member

    You are welcome. Have a nice day!

  • <script> jQuery(function($){ $("#no-reply-1320828 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>