Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • librandi Friend
    #201702

    hi,
    how can I remove the title and default image in artices category?


    1. Cattura
    Pankaj Sharma Moderator
    #551175

    Hello
    you have selected facility category in this module .
    and these are two articles that are coming on frontend .
    There is no image in the article and this is the intro text of the articles >>>> http://prntscr.com/4rqq4g .
    Go to article manager and select category facilty and edit the articles as per your need .

    If you want to hide article title then Add this css code into your custom.css file

    .testimonials .category-module.category-carousel .article-content h4 {
    display: none;
    }

    and if you want to hide article images add this css code into your custom.css file

    .testimonials .category-module.category-carousel .article-img {
    display: none;
    }

    Hope it Helps you 😀

    librandi Friend
    #551181

    excuse me, were is custom.css?

    Pankaj Sharma Moderator
    #551184

    <em>@librandi 447876 wrote:</em><blockquote>excuse me, were is custom.css?</blockquote>
    Hello path is : /Template/your JA template/css/custom.css .

    If there is no custom.css file .
    Create a file in /css directory
    With name custom.css

    librandi Friend
    #551185

    thank you very much

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

This topic contains 5 replies, has 2 voices, and was last updated by  librandi 10 years ago.

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