Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • olderthanwiser Friend
    #197032

    http://www.personhoodus.net/index.php/component/content/article?id=468

    I have looked at ThemeMagic and the CSS files to try and find where the article background color is. Here it is showing a grey background. I would want it white.

    Is there an easy way to do this?

    Also . . . how do you prevent the Header “ARTICLE” from appearing?

    Thx,
    DB

    TomC Moderator
    #532172

    Assuming you’re using the latest T3 version of Teline IV . . . .

    If you haven’t already, create a “custom.css” file within file path –> /templates/ja_teline_iv/css

    Put the following CSS code within:


    .feature-page .t3-content {
    background: #FFFFFF
    border: medium none;
    padding: 0;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    This should result in a white background for the article content area.

    Hope That Helps.

    olderthanwiser Friend
    #532179

    public_html/personhoodus/templates/ja_teline_iv_t3/css is the pathwhere I created a file named “custom.css” and copied the code. I cleared the cache and even opened new browser but get the same result. The link is http://personhoodus.com/index.php/component/content/article?id=468

    Any thoughts on removing the title “ARTICLE” in the header? In joomla 1.5 there was a toggle, I;m still in the early stages of learning 3.2. Just point me in the right direction if you could.

    Saguaros Moderator
    #532224

    If English is default language of your site, you can open file: languageen-GBen-GB.ini, and look for this text field:
    <blockquote>
    JGLOBAL_ARTICLES=”Articles”
    </blockquote>
    you can change it to:

    <blockquote>
    JGLOBAL_ARTICLES=””
    </blockquote>

    TomC Moderator
    #532307

    <em>@olderthanwiser 423369 wrote:</em><blockquote>public_html/personhoodus/templates/ja_teline_iv_t3/css is the pathwhere I created a file named “custom.css” and copied the code. I cleared the cache and even opened new browser but get the same result. The link is http://personhoodus.com/index.php/component/content/article?id=468

    Any thoughts on removing the title “ARTICLE” in the header? In joomla 1.5 there was a toggle, I;m still in the early stages of learning 3.2. Just point me in the right direction if you could.</blockquote>

    I just looked and this is what you currently have within your custom.css file . . .


    .feature-page .t3-content {
    padding: 0;
    }

    You need to include the following as part of this CSS rule . . .


    .feature-page .t3-content {
    background: #FFFFFF
    }

    Please make the necessary modification and let me know if it works for you.

    olderthanwiser Friend
    #532424

    <em>@TomC 423524 wrote:</em><blockquote>I just looked and this is what you currently have within your custom.css file . . .


    .feature-page .t3-content {
    padding: 0;
    }

    You need to include the following as part of this CSS rule . . .


    .feature-page .t3-content {
    background: #FFFFFF
    }

    Please make the necessary modification and let me know if it works for you.</blockquote>

    Tom, using your original post I added a semi-colon AFTER “#ffffff;” and that seemed to correct it for me. I appreciate all your help, it solved my issue.

    TomC Moderator
    #532433

    Glad to have been of assistance . . . All the best with your continuing site development.

    🙂

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

This topic contains 7 replies, has 3 voices, and was last updated by  TomC 10 years, 7 months ago.

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