1. Tralala
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 22 January 2020
  5.  Subscribe via email
Hi, how can I remove of modify the thick colored line between the menu and the slider in template Jasmine?
I'm rather familiair with css, but I can't find out where the line is defined.
blueline.png
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To color of this bar is set by the Primary Color field in your template settings.

To remove this bar completely you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#container_header {
box-shadow: 0 0px 3px
rgba(0,0,0,0.25);
}
#container_header::after {
display: none;
}


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