No bug How to change <HR> just above the bottom bio
- Tim Davis
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 1
2 years 2 months ago #2411
by Tim Davis
How to change <HR> just above the bottom bio was created by Tim Davis
Hi Ruud,
On this page:
fcp.co/motion/tutorials-for-apple-motion...te-with-apple-motion
I am not sure how to change the css attributes for the <hr> line that appears just at the top, since dev tools does not show it affected by a stylesheet. I've attached a screenshot to help find it.
Thanks
Tim
On this page:
fcp.co/motion/tutorials-for-apple-motion...te-with-apple-motion
I am not sure how to change the css attributes for the <hr> line that appears just at the top, since dev tools does not show it affected by a stylesheet. I've attached a screenshot to help find it.
Thanks
Tim
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1698
- Thank you received: 110
2 years 2 months ago - 2 years 2 months ago #2412
by Ruud van Lent
Replied by Ruud van Lent on topic How to change <HR> just above the bottom bio
Hi Tim,
(untested) you can point to it via .tck-article-body > hr {...}
or if it is the spacing below that is to less you can also change the top-margin on .ochblog.ochblog-authorinfo-container
(untested) you can point to it via .tck-article-body > hr {...}
or if it is the spacing below that is to less you can also change the top-margin on .ochblog.ochblog-authorinfo-container
Last edit: 2 years 2 months ago by Ruud van Lent.
Please Log in to join the conversation.
- Tim Davis
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 1
2 years 2 months ago #2422
by Tim Davis
Replied by Tim Davis on topic How to change <HR> just above the bottom bio
I tried that CSS and it worked, but wouldn't that also remove (hide actually) all <hr> appearing in all article bodies?
Is that <hr> I am referring to part of OCHBlog of Jsocials? It appears between the two so I don't know how it could appear otherwise.
Is that <hr> I am referring to part of OCHBlog of Jsocials? It appears between the two so I don't know how it could appear otherwise.
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1698
- Thank you received: 110
2 years 2 months ago #2423
by Ruud van Lent
Replied by Ruud van Lent on topic How to change <HR> just above the bottom bio
Yes, that is bound to happen.
it is placed by ochBlog. You can do a template override for it (file author_info.php) and remove it from there
it is placed by ochBlog. You can do a template override for it (file author_info.php) and remove it from there
Please Log in to join the conversation.
- Tim Davis
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 1
2 years 2 months ago #2431
by Tim Davis
Replied by Tim Davis on topic How to change <HR> just above the bottom bio
Ok, thanks for telling me the file. Now to brush up on doing an override!
Please Log in to join the conversation.
- Tim Davis
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 1
2 years 2 months ago #2432
by Tim Davis
Replied by Tim Davis on topic How to change <HR> just above the bottom bio
OK I am back.
Is that a file I can do an override for in template override area? If so, I don't see it there.
As you can tell, I am not very proficient with making overrides.
Is that a file I can do an override for in template override area? If so, I don't see it there.
As you can tell, I am not very proficient with making overrides.
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1698
- Thank you received: 110
2 years 2 months ago #2434
by Ruud van Lent
Replied by Ruud van Lent on topic How to change <HR> just above the bottom bio
Okay, so here is the instruction (J4):
- back-end > System > Site Templates (NOT Site Templates Styles!)
- Open your Site Template
- Tab [Create Overrides]
- Block [Layouts] > com_ochblog > default
- ... the override files are now created ...
- Tab [Editor]
- select html > layouts > com_ochblog > default
- ... all files are listed and can be edited. unused files can be deleted ...
Please Log in to join the conversation.
- Tim Davis
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 1
2 years 2 months ago #2438
by Tim Davis
Replied by Tim Davis on topic How to change <HR> just above the bottom bio
Thanks - that helps with a long time mystery!
The following user(s) said Thank You: Ruud van Lent
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1698
- Thank you received: 110
2 years 2 months ago #2439
by Ruud van Lent
Replied by Ruud van Lent on topic How to change <HR> just above the bottom bio
hahahahahaha... wait... hahahaha
great video Tim, glad I could help you help others as well
great video Tim, glad I could help you help others as well

Please Log in to join the conversation.