Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-11-2014 18:32:15

mixer25
Member
From: Ireland
Registered: 04-02-2006
Posts: 601

Text size - Catagory Display Description

I wish to change the text size within the Catagory Description, I can't find in css file? could it be the one you need to access in ftp?

Thanks

Offline

 

#2 06-12-2014 03:27:46

robash
Member
Registered: 02-10-2013
Posts: 344

Re: Text size - Catagory Display Description

You could just add this anywhere to your all.css file

Code:

div.ecom_catshow p{
font-size: 25px;
}

Rob

God Save The Queen

Offline

 

#3 06-12-2014 04:38:27

mixer25
Member
From: Ireland
Registered: 04-02-2006
Posts: 601

Re: Text size - Catagory Display Description

Thanks Robash, but didn't work... added in 2 places within the all.css file

Offline

 

#4 06-12-2014 05:01:55

robash
Member
Registered: 02-10-2013
Posts: 344

Re: Text size - Catagory Display Description

This should work

Code:

div.ecom_catlist p{
font-size: 25px;
}

Rob

God Save The Queen

Offline

 

#5 06-12-2014 05:11:28

mixer25
Member
From: Ireland
Registered: 04-02-2006
Posts: 601

Re: Text size - Catagory Display Description

nope, this is using the all.css file within the admin?

Offline

 

#6 06-12-2014 10:00:16

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Text size - Catagory Display Description

This can be done in all.css or overrides.css for your skin.  Edit the files in {public}/skins/YOURSKIN/css.


Nick Hendler

Offline

 

#7 06-12-2014 10:03:43

mixer25
Member
From: Ireland
Registered: 04-02-2006
Posts: 601

Re: Text size - Catagory Display Description

and just drop

div.ecom_catlist p{
font-size: 25px;
}

this in anywhere?

I am still unsure which CSS, as you say can be done in all.css or overides then  you say Edit the files in {public}/skins/YOURSKIN/css.???

Just to be clear I just want to make the text default bigger in the category description.

Offline

 

#8 06-12-2014 10:06:06

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Text size - Catagory Display Description

Sure.  Put it right at the bottom of one of those files.


Nick Hendler

Offline

 

#9 06-12-2014 10:09:05

mixer25
Member
From: Ireland
Registered: 04-02-2006
Posts: 601

Re: Text size - Catagory Display Description

ok just put it at bottom of all.css via admin panel and no doesn't work, I enlarged the size to 50 to check it wasn't the same size, and still nothing.

You did do some work on my site though and removed the overides if that makes a difference?

Offline

 

#10 06-13-2014 07:58:52

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Text size - Catagory Display Description

URL?


Nick Hendler

Offline

 

#11 06-13-2014 11:14:59

mixer25
Member
From: Ireland
Registered: 04-02-2006
Posts: 601

Re: Text size - Catagory Display Description

Offline

 

#12 06-13-2014 12:58:53

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Text size - Catagory Display Description

try

Code:

div.catshowdesc p{
font-size: 25px;
}

Rob

Offline

 

Board footer