Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • hcardenas Friend
    #723974

    Dear Joomlart staff,

    I would like to know the code I should insert in the custom.css file, in order to take off the captions in the JA ACM module (type Magazine – Featured News: style 4).

    It is nice to have captions in the article detail view, but having them in the ACM module in the front-page is asthetical.

    Please find attached a picture showing the issue.

    Thanks in advance.

    TomC Moderator
    #724025

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    TomC Moderator
    #754417

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    hcardenas Friend
    #724027

    Thanks for your answer. The url is:

    http://www.elinformador.com.co

    hcardenas Friend
    #754419

    Thanks for your answer. The url is:

    http://www.elinformador.com.co

    TomC Moderator
    #724034

    ;Try This . . . .

    Within file path —> /templates/ja_teline_v/local/css/template.css
    locate the following CSS rule (not exactly certain which line it is at):


    .img_caption p.img_caption {
    background: #111111 none repeat scroll 0 0;
    clear: both;
    color: #999999;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 100%;
    }

    Modify as follows:


    .img_caption p.img_caption {
    background: #111111 none repeat scroll 0 0;
    clear: both;
    color: #999999;
    display: none;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 100%;
    }


    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ??

    TomC Moderator
    #754426

    ;Try This . . . .

    Within file path —> /templates/ja_teline_v/local/css/template.css
    locate the following CSS rule (not exactly certain which line it is at):


    .img_caption p.img_caption {
    background: #111111 none repeat scroll 0 0;
    clear: both;
    color: #999999;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 100%;
    }

    Modify as follows:


    .img_caption p.img_caption {
    background: #111111 none repeat scroll 0 0;
    clear: both;
    color: #999999;
    display: none;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 100%;
    }


    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ??

    TomC Moderator
    #724036

    Not entirely certain if this will work, but another possibility could be to create a new file called “custom.css” within file path –> /templates/ja_teline_v/local/css/ . . . and then paste the following CSS rule within:


    .img_caption p.img_caption {
    display: none;
    }

    TomC Moderator
    #754428

    Not entirely certain if this will work, but another possibility could be to create a new file called “custom.css” within file path –> /templates/ja_teline_v/local/css/ . . . and then paste the following CSS rule within:


    .img_caption p.img_caption {
    display: none;
    }

    hcardenas Friend
    #724038

    Thanks Tom, but I don’t want to take off all the captions. I only need to take off captions in that specific module JA ACM Featured News Style 4. Is there any way to achieve that?

    hcardenas Friend
    #754430

    Thanks Tom, but I don’t want to take off all the captions. I only need to take off captions in that specific module JA ACM Featured News Style 4. Is there any way to achieve that?

    hcardenas Friend
    #724084

    TomC, I was able to achieve what I wanted.

    If somebody else is interested, adding the next lines in your custom.css file will do the trick:

    .magazine-featured.style-4 .magazine-item-media .item-image .img_caption p.img_caption {
    display: none;
    }

    regards,

    hcardenas Friend
    #754476

    TomC, I was able to achieve what I wanted.

    If somebody else is interested, adding the next lines in your custom.css file will do the trick:

    .magazine-featured.style-4 .magazine-item-media .item-image .img_caption p.img_caption {
    display: none;
    }

    regards,

    TomC Moderator
    #724182

    Nice Job !!! . . . . All the best with your continuing site development !!!

    TomC Moderator
    #754531

    Nice Job !!! . . . . All the best with your continuing site development !!!

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

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

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