Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • galaxie Friend
    #195378

    Hi

    I applied a black background and white text on my articles and modules in template.css but it doesn’t apply on the articles listed on this page (except the first one), can you help me to find why?

    It is on http://www.imove-fit.ch, on this page http://www.imove-fit.ch/index.php/sante-et-nutrition/les-recettes-de-nat#

    It’s a blog style page of listed articles in one category.

    Thanks for your help

    chavan Friend
    #524958

    Go to this File: /templates/ja_mero/css/template.css

    Replace this code

    .items-row { background: #fff; min-height: 240px; }

    With


    .items-row { background: none; min-height: 240px; }

    galaxie Friend
    #525880

    Why is the first one of the page not following this rule?

    chavan Friend
    #525930

    create a custom.css look at this documentation http://t3-framework.org/documentation/bs3-customization#custom-css

    Add this code to custom.css

    [PHP]
    .items-leading {
    padding: 0 20px;
    }

    .category-desc {
    padding: 0 20px;
    }

    .blog{
    background:#FFFFFF !important;
    }
    [/PHP]

    galaxie Friend
    #526252

    Thanks, it works.

    But just to understand, it was a bug? Why teh first article was not following the template.css?

    chavan Friend
    #526282

    The css might have overridden the other one. I think this might be the cause.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  chavan 10 years, 8 months ago.

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