Hello i whant to make a custom horizontal line like in attachment
I don't know how someone can help??
Horizontal line
- Issue
- petreion
-
- Commercial Templates
- Tuesday, 07 April 2020
- Subscribe via email
Attachments (1)
Hello
One option is to set your image as a background image to your hr tag. Do you have a URL to this image on your server?
Ciaran
One option is to set your image as a background image to your hr tag. Do you have a URL to this image on your server?
Ciaran
- more than a month ago
- Commercial Templates
- # 3
The hr line is generate by the renovate template and i whant to know if i can't implement in Novah if is possibile.
Thank you for quik anser
Thank you for quik anser
- more than a month ago
- Commercial Templates
- # 4
Hello
Firstly copy the following to your templates images folder (/templates/j51_novah/images/)... https://www.joomla51.com/demo/0105/templates/j51_renovate/images/typo/hr.png
Then add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
Firstly copy the following to your templates images folder (/templates/j51_novah/images/)... https://www.joomla51.com/demo/0105/templates/j51_renovate/images/typo/hr.png
Then add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
hr {
background: url("../images/hr.png") no-repeat scroll 50% 0 transparent;
border: medium none;
height: 19px;
margin: -16px 0 16px;
}Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hi I tried but it doesn't work ,in the editor it shows me the default horizontal line when I press save in the front end no horizontal line displayed.
thanks anyway
thanks anyway
- more than a month ago
- Commercial Templates
- # 6
Hello
Please include a URL to an example of your hr tag and we will examine this further.
Ciaran
Please include a URL to an example of your hr tag and we will examine this further.
Ciaran
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »