New Zenner
- Join Date:
- Apr 2007
- Posts:
- 17
- Plugin Contributions:
- 0
Change color of text
I want ot change text color in sideboxes.
How could i do that.
Views: 4,088
New Zenner
I want ot change text color in sideboxes.
How could i do that.
Totally Zenned
In includes/templates/YOUR_TEMPLATE/css/stylesheet.css, edit this setting to set the background color to whatever you want (it's white in the example)
.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
}
If you wanted to add an background image to the side boxes, it would look something like this:
.sideBoxContent {
background-color: #000000;
background-image: url('../images/space011.jpg');
padding: 0.4em;
}
New Zenner
afo:
In includes/templates/YOUR_TEMPLATE/css/stylesheet.css, edit this setting to set the background color to whatever you want (it's white in the example)
.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
}
>
> ```
.sideBoxContent {
background-color: #000000;
background-image: url('../images/space011.jpg');
padding: 0.4em;
}
Thanks for your reply.
I have another challenges also.
I want to add page in main menu with Home And Login like About Us, Contact Us.
How could i change the color of the lower bar in each sidebox which is green by default.
New Zenner
Many Thanks for your response. Let me rephrase what I want to ask. In all the boxes on the right and left side there is a green bar at the bottom of the box. That needs to be changed to blue. And the text for the products inside the categories box is green. that too needs to become blue from present green. Check the pic below.
Totally Zenned
The bottom bar color is controlled in your stylesheet as marked below> .leftBoxContainer, .rightBoxContainer {
margin: 0em;
border: 1px solid #9a9a9a;
border-bottom: 5px solid #336633;
margin-top: 1.5em;
}
And the color of links in your categories box is controlled as marked below
A.category-top, A.category-top:visited {
color: #008000;
text-decoration: none;
}
Finally, for the future, it's always easier to answer questions like this by looking at the site itself, rather than a picture of it.
Black Belt
.sideBoxContent {border-bottom: 5px solid #0000ff;}
...not having your site to test on, this worked on mine which has borders off...
For the text, find or add these:
a.category-top {color: #0000ff;}
a.category-subs-parent {color: #0000ff;}
a.category-products {color: #0000ff;}
a.category-links {color: #0000ff;}
Some may not be necessary.
You may also want to edit
a.category-top:hover {color: #0000ff;}
a.category-top:visited {color: #0000ff;}
Adjust all colors etc to suit.
New Zenner
How can I make my borders off?
Totally Zenned
Just remove from your stylesheet the styles that add them on.
New Zenner
I cant get your point .Will you please explain through any example.
New Zenner
How can I insert my pages as Main Menu like Home and Login?
New Zenner
I have to change the template completely. A picture will appear on top and the menu will be presented horizontally below the picture. Example right this page which has the menu above the pic - I want it below the pic.Also I want the site to have wide setting and not fixed width setting that comes as standard supply.
New Zenner
I have to sell books. How do I add entry fields to add author name, paperback/hardback and pages while adding a book.
Also how do I rename Manufacturers to Publishers
Black Belt
For book listings, look at the Product Type Book mod in Downloads (link at top of this page).
You can change the order of parts in the header by moving blocks of code in /includes/templates/your_template/common/thl_header.php. Move the entire section from <!--bof branding display--> to <!--eof branding display--> so it is above <!--bof navigation display-->.
Change the width in your stylesheet. Find #mainWrapper and change width: xxxpx; to width: 100%;
Do you want your categories menu in the header instead of a sidebox? Then turn Categories-Tabs Menu on in Configuration > Layout Settings.
Zen Follower
kuroi:
The bottom bar color is controlled in your stylesheet as marked below
And the color of links in your categories box is controlled as marked below
Finally, for the future, it's always easier to answer questions like this by looking at the site itself, rather than a picture of it.
Thx for that
am asking how can i change my side box text for way too long, lucky me i saw this post
Thank you
p.s it is look very simple for most ppl, how come no one answet t more than few time i askd for it, among other stuff, just wondering what i do wrong the i dont get to be answerd
Tell staff why this post should be reviewed.