Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • matwes Friend
    #185775

    Hi,

    I can’t figure out how to change the div style “ja-blog-style clearfix” when using blog layout. I’m using the light-grey theme. I find the style in the template.css and overrides in light-theme.css but when I set background: none; a grey arrow is still visible. It must be an override somewhere that I’m not able to find. I just want to get rid of the background-image, that’s all.

    Any suggestions where to start looking?

    Thanks!


    1. Skärmavbild-2013-03-12-kl.-20.45.20
    Ninja Lead Moderator
    #486459

    I should not find “ja-blog-style clearfix” css on template.css and light-theme.css style

    I saw this script on template.css style, you can add background here


    .ja-blog-style {
    padding-top: 10px;
    }

    Or you can customize all css regarding to ja-blog-style on template.css style


    /* Blog style ---*/
    .ja-blog-style {
    padding-top: 10px;
    }

    .ja-blog-style .article-contentwrap {
    float: left;
    width: 65%;
    }

    .ja-blog-style .article-meta {
    width: 100%;
    }

    .ja-blog-style .article-tools {
    background: url(../images/arrow-l.gif) no-repeat -12px 10px;
    clear: none;
    float: right;
    padding-left: 35px;
    width: 25%;
    }

    .ja-blog-style span.createdate,
    .ja-blog-style span.createby,
    .ja-blog-style span.article-section {
    clear: both;
    display: block;
    text-transform: none;
    }

    .ja-blog-style span.createdate strong,
    .ja-blog-style span.createby strong,
    .ja-blog-style span.article-section strong {
    color: #c5c5c5
    }

    .ja-blog-style .article-tools .totalcomment {
    clear: both;
    padding: 5px 0;
    text-transform: none;
    }

    .ja-blog-style .article-tools .totalcomment a {
    background: none !important;
    padding-left: 0 !important;
    }

    .ja-blog-style .article-tools .buttonheading {
    clear: both;
    float: left;
    margin-top: 7px;
    }

    .ja-blog-style .article-tools .buttonheading img {
    float: none;
    margin-top: 0;
    }

    .ja-blog-style img.caption {
    margin-top: 0;
    }

    Just for better clarification, please include URL here for further investigation.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 8 months ago.

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