Color contrast description #11
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: christian/Joomla-Sermon-Distributor#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On darker background sites the default description lettering is a bit dark...
http://www.audiosermon.net/index.php/a/preacher/keith-daniel
The component itself does not add any style (it can implement the uikit library, look in the global options of the component in the back-end). But your site template will mostly be responsible for the color of your headers. So if you want to change the colors you should do it in your template :)
You can use firebug to see what html tag is being used on the title. Since if you know it is an h3 tag that is used, you can update the colors of you h3 tags in your template to better work with your background color.
Hope this helps, let me know if you feel that my answer is still not solving your problem.
I changed the color of all article main wording to white , but this is not the same as description default css ?
You mean you changed it with in-line styles?