- Posts: 19
- Thank you received: 0
Template Help
- Todd Cartner
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 8 months ago #5483
by Todd Cartner
Template Help was created by Todd Cartner
My client LOVES the OT_Jewelry theme. However, they want to add a little border like the red one at the top of this site.
www.americanpestextermination.com
.
The code for this site is in the layout.css file.
I placed the same code in the layout.css file for the OT_Jewelry theme, but it didn't work.
Can you please help me with where I can put this to make it happen. The client thinks the top is just a little plain.
Thank you so much!
Todd
The code for this site is in the layout.css file.
I placed the same code in the layout.css file for the OT_Jewelry theme, but it didn't work.
Can you please help me with where I can put this to make it happen. The client thinks the top is just a little plain.
Thank you so much!
Todd
Please Log in or Create an account to join the conversation.
- Todd Cartner
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 19
- Thank you received: 0
11 years 8 months ago #5486
by Todd Cartner
Replied by Todd Cartner on topic Re: Template Help
I installed the Demo files for this theme.
However, there are NO Plugins under Extensions > Plugins. I need them. Should I install the Joomla 2.5 package as well with the Demo Package?
Todd
However, there are NO Plugins under Extensions > Plugins. I need them. Should I install the Joomla 2.5 package as well with the Demo Package?
Todd
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 8 months ago #5493 by Trung Duong
Replied by Trung Duong on topic Re: Template Help
Hi,
For red border, you just need add this code below to layout.css file
You should install quickstart demo package.
Regards
For red border, you just need add this code below to layout.css file
Code:
div.ot-wrap-i {
border-top: 5px solid red;
}
You should install quickstart demo package.
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- Todd Cartner
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 19
- Thank you received: 0
11 years 8 months ago #5499
by Todd Cartner
Replied by Todd Cartner on topic Re: Template Help
OK. All the Plugins appeared. Weird.
I do not want the color of the line to be red. I have tried this code and it isn't working.
div.ot-wrap-i {
border-top: 5px #79a349;
}
AND
div.ot-wrap-i {
border-top: 5px;
color: #79a349;
}
How can I add a different color to it?
Todd
I do not want the color of the line to be red. I have tried this code and it isn't working.
div.ot-wrap-i {
border-top: 5px #79a349;
}
AND
div.ot-wrap-i {
border-top: 5px;
color: #79a349;
}
How can I add a different color to it?
Todd
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
11 years 8 months ago #5510
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: Template Help
You should use:
Code:
div.ot-wrap-i {
border-top: solid 5px #79a349;
}
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
The following user(s) said Thank You: Michael Bradley
Please Log in or Create an account to join the conversation.
- Todd Cartner
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 19
- Thank you received: 0
11 years 8 months ago #5520
by Todd Cartner
Replied by Todd Cartner on topic Re: Template Help
THANK YOU!!!!
Todd
Todd
Please Log in or Create an account to join the conversation.
Time to create page: 0.199 seconds