Community Forums

Font color in Information text box not automatically changed

General support for technical problems with OpenCart v0.x

Font color in Information text box not automatically changed

Postby yl » Wed Dec 31, 2008 12:21 pm

Hi, I have this one. I wanted to change the color to outstanding the headings. But it did not display on catalog what I have made on the Information's description. It's still in black font, I saw it changed to blue on description. It occurred when I copied and pasted. Sometimes works sometimes doesn't. Any way to fix?
yl
 
Posts: 90
Joined: Mon Nov 24, 2008 10:46 pm

Re: Font color in Information text box not automatically changed

Postby fido-x » Wed Dec 31, 2008 12:49 pm

Changes made in CSS will not necessarily appear instantaneously (it does happen occasionally). This is normal.

To see your changes, you will need to clear your browser's cache (through the options or preferences), then reload/refresh the page.
Image
If you're not living on the edge ... you're taking up too much space!
Multi-Vendor Plugin for OpenCart 1.5.1.x
Have I helped you?
User avatar
fido-x
 
Posts: 1960
Joined: Fri Jun 27, 2008 5:09 pm
Location: Tasmania, Australia

Re: Font color in Information text box not automatically changed

Postby Qphoria » Wed Dec 31, 2008 12:57 pm

I think he's saying he used the fckeditor to change the font to blue. But I think CSS overrides that color... or maybe I'm wrong.
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18210
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: Font color in Information text box not automatically changed

Postby fido-x » Wed Dec 31, 2008 1:04 pm

yl wrote:... But it did not display on catalog what I have made on the Information's description.

Qphoria wrote:I think he's saying he used the fckeditor to change the font to blue.


He specifically mentioned "catalog". The fckeditor is in the admin. Come on Q, you should know that. ::)

EDIT: However, I may be misunderstanding his post.
Image
If you're not living on the edge ... you're taking up too much space!
Multi-Vendor Plugin for OpenCart 1.5.1.x
Have I helped you?
User avatar
fido-x
 
Posts: 1960
Joined: Fri Jun 27, 2008 5:09 pm
Location: Tasmania, Australia

Re: Font color in Information text box not automatically changed

Postby Qphoria » Wed Dec 31, 2008 1:18 pm

fido-x wrote:Come on Q, you should know that.  ::)


yl wrote:... But it did not display on catalog what I have made on the Information's description.


that kind of change is usually done in admin, no?  :P
Last edited by Qphoria on Wed Dec 31, 2008 1:23 pm, edited 1 time in total.
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18210
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: Font color in Information text box not automatically changed

Postby fido-x » Wed Dec 31, 2008 1:33 pm

Qphoria wrote:that kind of change is usually done in admin, no?  :P


True. However, the "category description" enhancement would need to have been applied to edit any kind of description for the category.

BUT,
yl wrote:... I wanted to change the color to outstanding the [red]headings[/red]...


You don't use the fckeditor to edit the category heading (title). He'll have to use CSS anyway.
Image
If you're not living on the edge ... you're taking up too much space!
Multi-Vendor Plugin for OpenCart 1.5.1.x
Have I helped you?
User avatar
fido-x
 
Posts: 1960
Joined: Fri Jun 27, 2008 5:09 pm
Location: Tasmania, Australia

Re: Font color in Information text box not automatically changed

Postby Qphoria » Wed Dec 31, 2008 1:45 pm

lol i dont see any mention of him editing "Category descriptions" ... what are you reading?
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18210
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: Font color in Information text box not automatically changed

Postby lotsofish » Wed Dec 31, 2008 4:56 pm

yl wrote:It occurred when I copied and pasted. Sometimes works sometimes doesn't. Any way to fix?


Are you trying to copy and paste from MS Word or something like that? If so, then it will have sketchy results, like you are getting. Word will try to paste in HTML and CSS, but it's very messy and doesn't work well. Best bet is to save the document as a text file, copy and paste the text file, then make the style changes you want using the editor in the OpenCart admin.
lotsofish
 
Posts: 11
Joined: Mon Dec 22, 2008 4:46 pm

Re: Font color in Information text box not automatically changed

Postby yl » Wed Dec 31, 2008 5:03 pm

Sorry for my poor English. Is in Admin>catalog>information. I am editing the information and I made the title (heading) bigger and selected it in blue from text color then saved, but not display on home page (when I clicked on about us). However, it worked on Privacy Policy.
yl
 
Posts: 90
Joined: Mon Nov 24, 2008 10:46 pm

Re: Font color in Information text box not automatically changed

Postby yl » Wed Dec 31, 2008 5:17 pm

Yes, lotsofish. I did copy and paste from MS word. That's meant even though rewrote still not getting what I wanted. OpenCart is text format set... I got it.
yl
 
Posts: 90
Joined: Mon Nov 24, 2008 10:46 pm

Re: Font color in Information text box not automatically changed

Postby Qphoria » Wed Dec 31, 2008 7:32 pm

You can't change the "title" size of information from that page tho. You can only change the title words. You can change the size and font of the description tho. But to change the title size you'd need to do that in CSS alone
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18210
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: Font color in Information text box not automatically changed

Postby yl » Thu Jan 01, 2009 12:22 am

Yeah Q. Thanks to your guys. I've got some amount of knowledge in distinguishing these files, php, tpl, css. I have modified titles font size, font-family and color in css file.

One more.. I've been scrolling up and down default.css times looking for "product underline". I want to remove it all from my site. Could you anyone tell me its location? By the way, Happy New Year to OpenCart!!
yl
 
Posts: 90
Joined: Mon Nov 24, 2008 10:46 pm

Re: Font color in Information text box not automatically changed

Postby Qphoria » Thu Jan 01, 2009 2:03 am

well product underline stuff would be in the "product.css" and it would be:
text-decoration: underline;

change the value to none;
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18210
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: Font color in Information text box not automatically changed

Postby yl » Thu Jan 01, 2009 8:16 pm

I removed underline from products by adding this to default.css

body, td, th, input, textarea, select, a {
text-decoration: none;
font-size: 11px;
color: #000000;
}

Thanks!
yl
 
Posts: 90
Joined: Mon Nov 24, 2008 10:46 pm


Return to General Support

Who is online

Users browsing this forum: No registered users and 6 guests

Hosted by Arvixe Web Hosting