Please post all pre-sales questions of all products on this forum
Document Seller 3.5 - change header size
- Chas Large
-
Topic Author
- Offline
- Junior Member
-
- Lets do it together
Less
More
9 years 5 months ago #72125
by Chas Large
We can do it.
Document Seller 3.5 - change header size was created by Chas Large
Hi,
I use Document seller and want to change the header size from H1 to H2 so it looks the same as the template I use for the rest of the site. Titles in DS look too big and I want to make them smaller.
Please tell me where I can edit the code to change the H1 to H2.
I can of course change the CSS for the site but then that changes all pages, I only want to change the DS page layouts.
Thank you.
I use Document seller and want to change the header size from H1 to H2 so it looks the same as the template I use for the rest of the site. Titles in DS look too big and I want to make them smaller.
Please tell me where I can edit the code to change the H1 to H2.
I can of course change the CSS for the site but then that changes all pages, I only want to change the DS page layouts.
Thank you.
We can do it.
Please Log in or Create an account to join the conversation.
- Chas Large
-
Topic Author
- Offline
- Junior Member
-
- Lets do it together
9 years 5 months ago #72126
by Chas Large
We can do it.
Replied by Chas Large on topic Document Seller 3.5 - change header size
It's OK, I found it. Might help others though.
Components > assets > css > style.css
Change where indicated:
Chas
Components > assets > css > style.css
Change where indicated:
Code:
.dms-container h1, .dms-container h2, .dms-container h3 {
width: auto !important;
font-size: 200% !important;/* added this line to reduce title size */
margin: 5px 0 5px 0 !important;
padding: 0 !important;
}
Chas
We can do it.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc, Giang Dinh Truong, Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.