The Easter Sale is on! Join now or renew your subscription with a 25% OFF! Read More

Support Forum

Hello,
I want to setup a page that have to display articles from a category but i want to be displayed in this "Category Blog" only the picture o the articles and the titles.
Can you help me?
Thank you!

Accepted Answer

Tuesday, May 23 2017, 10:30 PM - #Permalink
Hello Mihai,

You can achieve that in two ways:

1. Just add a "Read More" as the first thing in the article. Then configure the Joomla settings so it shows the things you need.
By using this approach you will need to edit all your articles in order to implement a "Read More".

2. You can hide the things that you do not want to be shown with CSS. Just inspect your website with Firebug or Chrome Inspect Element and then add your custom CSS code to your custom.scss file.
Here's an example code that you can use:

.blog {
article {
p {
display: none;
}
}
}


I cannot guarantee that the above code will work with RT templates or others or if you have different markup (HTML) in your articles. But you just need to inspect your website with Firefox or Chrome Inspect Element and you can easily determine what CSS you should use.

Here, have a look at this video that I recorded for you (watch it in Fullscreen and FullHD for better quality). It shows everything that I explained above.
The reply is currently minimized Show
Responses (2)
  • Accepted Answer

    Wednesday, May 24 2017, 09:20 AM - #Permalink
    Thank you Ivo,

    In the end i decide to use "Content Pro (joomla)" particle. was easier to set-up.

    mihai
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 24 2017, 12:09 PM - #Permalink
    No problem at all Mihai.
    Yep, using the "Content Pro (Joomla)" particle is a great way to achieve what you want ;)
    The reply is currently minimized Show
Your Reply

Become an insider | Subscribe to our Newsletter
Subscribe to our mailing list and stay up-to-date with all our awesome releases, latest updates and amazing discount offers!