test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mdoner Friend
    #156675

    I was wondering if it is possible to change the back ground colour, of the content area for the articles from black with white/grey font colour to white with black font colour?

    thanks

    thuanlq Friend
    #364014

    Do you want custom article colour for each article or apply style for all articles?

    If you want to apply style for all articles:

    – you can add style for content area with template css file
    example: on your template content area <table class=”table.contentpaneopen”> , you can add style on template.css file same
    table.contentpaneopen { background-color:white, color: black }
    If you want
    custom article colour for each article:
    – you can write content plugin, which has some params:

    • background-color
    • text-color
    • ….

    insert code of plugin on content of artice, exm: code of you plugin
    {youpluginname background-color="white" text-color="black"}

    teragon Friend
    #364501

    Hi,

    where I may insert this code:
    <table class=”table.contentpaneopen”>

    I would like to dark menu and footer and for content area white background and black text…

    Many thanks for help.

    Martin

    thuanlq Friend
    #364646

    uhm

    Code
    <table class="table.contentpaneopen">
    is default of joomla, it wrap content of article. I need change only style on template css file.
    Please provide for me your site url, i will check template on your site

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  thuanlq 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum