1. sompee103
  2. Commercial Templates
  3. Thursday, 23 April 2020
  4.  Subscribe via email
HELO
i want to make line below text like this
please teach me how to.
https://scontent.fbkk8-2.fna.fbcdn.net/v/t1.0-9/94144131_2810637429052075_766524810476912640_o.jpg?_nc_cat=107&_nc_sid=8024bb&_nc_eui2=AeHvCjsCuSMAecltZv5JAooeAl1YccAhcQcCXVhxwCFxB0TfA0Gn6_zB24ktuDxMs8ho_rR5--HZ1_9RC9JuOKQV&_nc_ohc=ZabNhdAcXisAX-g1hbi&_nc_ht=scontent.fbkk8-2.fna&oh=795571b660d2d87b9a206bb3bb965c79&oe=5EC7B508

https://scontent.fbkk12-4.fna.fbcdn.net/v/t1.0-9/94612532_2810637199052098_6683243964713140224_o.jpg?_nc_cat=110&_nc_sid=8024bb&_nc_eui2=AeEsKo6EHTGn966u4xoYFQpecLEtSkUs5S1wsS1KRSzlLRToKf0ud_pbOb3Rj-JKXlqrFf2N1M2Z1cY2EOsvp_aU&_nc_ohc=xi17uaQiV8MAX_r7EDE&_nc_ht=scontent.fbkk12-4.fna&oh=86d856e60db1dfa7d2417d356f762edb&oe=5EC6E782
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

This is untested but you can try applying this styling to the hr tab by adding the following to the Custom CSS field of your template settings...

hr {
position: relative;
}
hr::before,
hr::after {
position: absolute;
bottom: 0;
left: 0;
height: 4px;
content: '';
opacity: .8;
}
hr::before {
background-color: rgba(0,0,0,0.25);
right: 0;
}
hr::after {
background-color: var(--primary);
right: calc(100% - 70px);
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
thank you so much
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
hi
I have installed this code
but i dont know how to create this line in my article:D
Please tell me what to do.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

If you are using a code editor (eg. Codemirror) then simply use the hr tag...

<hr>


If using a WYSIWYG editor then look for a Horizontal Rule option.

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

hr { height:5px; width:200px;
background-color: rgba(22,165,255,1); }

hr {
position: relative;
}
hr::before,
hr::after {
position: absolute;
bottom: 0;
left: 0;
height: 10px;
width:35%;
content: '';
opacity: 1;
}
hr::before {
background-color: rgba(0,0,0,0.25);
right: 0;
}
hr::after {
background-color: var(--primary);
right: calc(100% - 70px);
}
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Great... thank you for the update! :)

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


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