X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   x affiliate css (https://forum.x-cart.com/showthread.php?t=39309)

kube 04-23-2008 04:52 PM

Re: x affiliate css
 
For the font inside the menu box try adding to skin1_c.css...

.PartnerMenuBox .VertMenuItems {
COLOR: #FFF;
}
.PartnerMenuBox A.VertMenuItems:link {
COLOR: #FFF;
}

kube 04-23-2008 05:00 PM

Re: x affiliate css
 
The footer and breadcrumb do not appear to be separate from the front end.

l0st 04-24-2008 08:01 AM

Re: x affiliate css
 
Yeah, I figured it will be easier to make my own css file.. but OK. great.
So a button is messed up. for example if you register.. you see the orange submit? It has a outline thats orange and blue text.. how do I fix that to be orange?

http://discountprintingnetwork.com/partner/

l0st 04-24-2008 09:45 AM

Re: x affiliate css
 
Also.. I never thanked you guys for helping me out. I really do appreciate it.

l0st 04-24-2008 01:11 PM

Re: x affiliate css
 
yeah i'm unable to fix that orange button. any suggestions?!?!

kube 04-24-2008 01:49 PM

Re: x affiliate css
 
hi again l0st,

if main.css is a different style sheet to the rest of the site then these two classes, which are already present, will change the submit button's colours...

for background which is currently set at...
td.Button { background-color:#FFFFFF; }

and for font colour...
font.Button { color:#053D90; }

kube 04-24-2008 01:54 PM

Re: x affiliate css
 
And also, to get the Authentication & Help boxes aligned to the top add...

.loginMenu {
vertical-align:top;
}

as at present, say in Firefox, it is setting to default by being vertically-middle in the left column

l0st 04-24-2008 02:13 PM

Re: x affiliate css
 
great! I got that taken care of! :D Also I cannot figure out whats going on with the navigation bar.
Main page :: Profile details

Main Page is all white.. I think I went overbord on the white..

Also I'm going to need to play a video here on this page.. any suggestions? *its going to need to be next to the picture with a blue boarder.*

kube 04-24-2008 02:25 PM

Re: x affiliate css
 
Add for breadcrumbs...

A.NavigationPath {
color:#FF0000; /* colour red links */
}

FONT.NavigationPath {
color:#FF00FF; /* colour pinky non-linked text */
}

l0st 04-24-2008 05:14 PM

Re: x affiliate css
 
Your great! kudos for you!


All times are GMT -8. The time now is 01:25 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.