1. CoraFab
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 04 October 2024
  5.  Subscribe via email
Bonjour Ciaran,
J'utilise le template Ensley et je souhaiterais retirer le trait vertical à gauche du titre du module...
Est-ce possible en ajoutant simplement quelque chose dans le "Custom CSS" du template ?
Coralie
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

.module .module_header:after,
.module_menu .module_header:after {
display: none;
}
.module .module_header h3,
.module_menu .module_header h3 {
padding-left: 0;
}


Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
Merci beaucoup Ciaran, cela fonctionne très bien !
Bonne fin de journée à toi !
  • Page :
  • 1


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