Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #904429
    outer_net
    Participant

    Hey

    Just trying to make the following news landing page look a little bit more acceptable,

    http://www.waterstreetgallery.co.uk/news/

    To compare it to something we like the look of is

    http://www.castlegalleries.com/events

    I have already reduced the title size using the following:

    .entry-title a {
    font-size:20px;
    }

    Any help to tweak the other elements would be sooooo hugely appreciated,
    Specifically we’d love to remove the box and place a line between posts, Have a thumbnail from the post appear on the right and just style the text closer to that from the http://www.castlegalleries.com/events page, oh and put the categorise as they have.

    Oh oh and every new site I start is always X ! 3 and counting

    Thanks

    Damian

    #905311
    Rue Nel
    Moderator

    Hello Damian,

    Thanks for writing in!

    To remove the boxes and lines on the page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .entry-wrap {
        border: none;
        box-shadow: none;
        padding: 0;
    }

    For your thumbnails, you need to add featured images to all your post first. To know you you can add a featured images, please check it here: https://community.theme.co/kb/wordpress-adding-photos-and-images/

    Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. Please know that our support only covers getting setup, theme features, and bug fixes. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding.

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