1. z0r0z
  2. Commercial Templates
  3. Friday, 30 July 2021
  4.  Subscribe via email
Hello Ciaran,

Can I use the bar under the module heading elsewhere, for example for articles or from a menu heading? If so, what is the easiest way to do this?

Best regards
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of an element you wish to add the bar to?

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

Presuming you wish to add it to a H1 heading, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

h1::before,
h1::after {
position: absolute;
bottom: 0;
left: 0;
height: 4px;
content: '';
opacity: .8;
}

h1::before {
background-color: rgba(0,0,0,0.25);
right: 0;
}

h1::after {
background-color: var(--primary);
right: calc(100% - 70px);
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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