1. buttkicker
  2. Commercial Templates
  3. Thursday, 03 August 2023
  4.  Subscribe via email
After recently updating to Joomla4 and the new version of Scarlett I'm having a hard time to customize one particular item in css. Between articles in a blog there is a light grey dividing line. No matter what code I add to the custom css, I can't get rid of it. Other changes to the logo etc. went fine.

The code I added in the template custom css (found it in the nexus.css)

.blog .item-content {
border-bottom: 0x solid rgba(0, 0, 0, 0.1);
}

Can anyone help with that?

Greetings Dieter
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dieter

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

.blog .item-content {
border-bottom: 0;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you
  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!