Category text font size on BTO configure page |
Post Reply |
Author | |
stevefilmer
Newbie Joined: 26-October-2011 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 09-February-2012 at 6:15pm |
Hi guys, racked my brains on this one.
Where do you edit the font size for the category text on a BTO configure page. I have edited the pcStorefront.css file and can get the other text resized, but not the category text which starts each section... For example, the text "Touch Screen Monitors" in this snap shown here: |
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Hi, Please share a link, or, even better, fire up Chrome, view the page then Ctrl+Shift+I to start the developer tools, select the magnifier (bottom left) and take a look at the properties. :-D
Edited by Hamish - 09-February-2012 at 6:27pm |
|
stevefilmer
Newbie Joined: 26-October-2011 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Hamish, good tip. Seems to be from the "p" style from my main template (custom designed). Will change that and see what happens. Will report back on this. Thanks.
|
|
stevefilmer
Newbie Joined: 26-October-2011 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Yes, that worked.
So in my "header.asp" file I was able to edit the "p" style to:
p { color:#000; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:14px } |
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Hi, That seems a bit to general - it will change the paragraph font size everywhere that it's not explicitly set. Try in cpStorefront.css instead (assuming you are using it) :-
(I added the color & the size tags). |
|
stevefilmer
Newbie Joined: 26-October-2011 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Much better.
Good to have more specific control over the styling. In the pcStorefront.css after "#pcMain .pcForms td p {" I added "font-size: 16px;" to make the BTO section headers nice and big. Works great but it also changes the text at the bottom... "Default Price: Customizations: Price as Customized:" ...but that is fine for me. Thanks again Hamish! -Steve |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |