Font color in Information text box not automatically changed
14 posts
• Page 1 of 1
Font color in Information text box not automatically changed
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
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.
To see your changes, you will need to clear your browser's cache (through the options or preferences), then reload/refresh the page.

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?
-

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
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.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18210
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Font color in Information text box not automatically changed
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.

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?
-

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
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?

Last edited by Qphoria on Wed Dec 31, 2008 1:23 pm, edited 1 time in total.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18210
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Font color in Information text box not automatically changed
Qphoria wrote:that kind of change is usually done in admin, no?
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.

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?
-

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
lol i dont see any mention of him editing "Category descriptions" ... what are you reading?

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18210
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Font color in Information text box not automatically changed
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
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
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
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

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18210
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Font color in Information text box not automatically changed
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!!
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
well product underline stuff would be in the "product.css" and it would be:
text-decoration: underline;
change the value to none;
text-decoration: underline;
change the value to none;

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18210
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Font color in Information text box not automatically changed
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!
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
14 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 6 guests













