Skip to main content

Just to start off, I love the new look to the site! Excellent job to the webmaster(s)!

Even before the site update, I've been experiencing problems changing text colors when using my recent templates to create new listings. When I select the entire text (or just sections of type) to select a new color, some of the colors remain constant and won't change. I can only select parts of sentences to change the colors. I've tried going into the HTML mode and deleting the wrong color formatting but it's become a time consuming process.

How do I remove all the color formatting quick & easy?
Original Post
Hi,

Most of the problems I've encountered lately with text colors, appear to be bugs in the template code. They apparently made a recent change to some templates with Font elements being overriden by a CSS code for the page that's having unintended side-effects. That problem was acknowledged in the template section of the forum, but I'm not sure how wide-spread the problem is.

There are methods to override color using some appropriate CSS codes in most situations that should fix the bug issues. With CSS you use an inline style="color: #ff0000" as an override on the specific element(s). Here's an inline example using span:

<span style="color: #ff0000;">My Text Here</span>

You could use that example with span to surround your description code with your override color.

To sum up, use inline style instead of font for text color (at least for situations where font fails to work).

The other possibility is to create a custom template from the stock template and fix the problem style code that's the root cause.

Danno

Edit: Here's the original thread from the template Forum that includes discussion with Neil at Auctiva. Note his suggestion on use of the style code to fix the bug.

https://community.auctiva.com/e...881044121/m/84610743
Last edited by danno

Add Reply

Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×
Link copied to your clipboard.
×