1. crimle
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Thursday, 26 November 2020
  5.  Subscribe via email
Hi Ciaran

I would like to colour the article background in order to make the articles more distinguishable. So I added the follwing code to the custom.css file:

div.item, div.item-content {
background-color: #EDEDED;
}

1. With a featured articles blog this works fine.
See https://esv-rhw-ch.1ahostingpro.ch/

2. With a category blog this works for articles that do NOT have an intro image. All articles WITH an intro image the background color does not change.
See https://esv-rhw-ch.1ahostingpro.ch/index.php/bergsport

Unfortunately I can not find out the reason for this. Could you give me a hint?

Thank you so much and kind regards
Chris
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Chris

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.blog .item, 
.blog .item-content {
background: #EDEDED !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you very much, Ciaran.

Kind regards
Chris
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!