Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • adrienne pitman Friend
    #896106

    How can I prevent images from showing under More News (right column) from displaying?
    I’ve found the class that controls the container (.link-item), but can’t find the act rule anywhere on the stylesheets, either pre-compiled or compiled.

    .link-item
    {
      border-bottom-width: 1px;
      border-bottom-style: dotted;
      border-bottom-color: #e5e5e5;
      padding-top: 12px;
      padding-right: 24px;
      padding-bottom: 12px;
      padding-left: 24px;
    }
    

    When images are not present, an empty gap is shown instead, which makes the column look awkward.
    https://www.dropbox.com/s/nfqef7mljbcukj5/Screenshot%202016-03-07%2015.15.20.png?dl=0

    Actually, I’m at a loss when it comes to adding custom CSS / LESS rules.
    Should they go in less/variables-custom.less?

    pavit Moderator
    #896179

    Hi there

    You can try to add this to your custom.css file

    .magazine-featured-links .magazine-links .link-item .col-media {
          display:none!important;
      }

    If you do not have already a custom.css file then you should create a new one in this folder /templates/ja_teline_v/css

    Best regards


    1. Screenshot_14-1
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum