- Posts: 3
- Thank you received: 0
Change Default layout
- prochyster
- Topic Author
- Offline
- New Member
-
Less
More
13 years 6 months ago - 13 years 6 months ago #11867
by prochyster
Change Default layout was created by prochyster
Attachments:
Last edit: 13 years 6 months ago by prochyster.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 6 months ago - 13 years 6 months ago #11885
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Change Default layout
Hi
Yes, it is possible . The steps are :
1. Open the file components/com_eventbooking/assets/csss/style.css
2. Find the css code below :
3. Change it to :
After that, it will be hided !
Tuan
Yes, it is possible . The steps are :
1. Open the file components/com_eventbooking/assets/csss/style.css
2. Find the css code below :
Code:
div#detail_left {
float: left ;
width: 58% ;
}
3. Change it to :
Code:
div#detail_left {
float: left ;
width: 58% ;
display : none ;
}
Tuan
Last edit: 13 years 6 months ago by Tuan Pham Ngoc.
Please Log in or Create an account to join the conversation.
- prochyster
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #11895
by prochyster
Replied by prochyster on topic Re: Change Default layout
Hi, this delete detail in the article, but not int the category layout. see the picture above, thank you.
Last edit: 13 years 6 months ago by prochyster.
Please Log in or Create an account to join the conversation.
- prochyster
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
13 years 6 months ago #11917
by prochyster
Replied by prochyster on topic Re: Change Default layout
I got it, just change the css under PRODUCT LIST line:
/** PRODUCT LIST */
#eb_docs h4 {
font-size: 150%;
padding: 0;
margin: 0 0 15px 0;
}
#eb_docs h4 a {
font-weight: bold;
}
#eb_docs dl {
background: none repeat scroll 0 0 #ECF4FB;
border: 1px solid #CADAE7;
padding: 5px 5px 5px 10px;
margin: 0 5px 5px;
float: right;
display : none ;
}
#eb_docs dt,
#eb_row dt {
float: left;
font-weight: bold;
display : none ;
}
#eb_docs dt {
width: 110px;
display : none ;
}
#eb_row dt {
width: 100px;
display : none ;
}
#eb_docs dd,
#eb_row dd {
font-weight: normal;
display : none ;
}
#eb_docs dd {
margin-left: 90px;
display : none ;
}
#eb_row dd {
margin-left: 100px;
display : none ;
}
.eb_price {
color: #06F;
display : none ;
}
/** PRODUCT LIST */
#eb_docs h4 {
font-size: 150%;
padding: 0;
margin: 0 0 15px 0;
}
#eb_docs h4 a {
font-weight: bold;
}
#eb_docs dl {
background: none repeat scroll 0 0 #ECF4FB;
border: 1px solid #CADAE7;
padding: 5px 5px 5px 10px;
margin: 0 5px 5px;
float: right;
display : none ;
}
#eb_docs dt,
#eb_row dt {
float: left;
font-weight: bold;
display : none ;
}
#eb_docs dt {
width: 110px;
display : none ;
}
#eb_row dt {
width: 100px;
display : none ;
}
#eb_docs dd,
#eb_row dd {
font-weight: normal;
display : none ;
}
#eb_docs dd {
margin-left: 90px;
display : none ;
}
#eb_row dd {
margin-left: 100px;
display : none ;
}
.eb_price {
color: #06F;
display : none ;
}
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 6 months ago #11937
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Change Default layout
OK Great
!

Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
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.