Hi There,
You can use a combination of Advanced CSS selectors to achieve this, you can select the last image which is Diners through a selector like:
img:last-of-type {
display:none !important;
}
Similarly you can select the last but one image through a technique mentioned at https://css-tricks.com/almanac/selectors/n/nth-last-child/. I would suggest that you install the Simple Custom CSS plugin (https://www.ads-software.com/plugins/simple-custom-css/) that will allow you to customize your CSS after installing/activating it by going to **Appearance >> Custom CSS**, You can then enter the CSS there.
If you’d like to learn more about HTML/CSS, we recommend this as a great beginners course – https://tutsplus.com/course/30-days-to-learn-html-and-css/
Have a nice day.
-
This reply was modified 8 years, 1 month ago by
Praveen a11n.