I have inserted a background image and have the following question.

.home-game .t3-wrapper {background-image: url (/images/joomlart/game/guide/guide_04.jpg);
}

Can I assign a color to the text area? Now it is transparent. Or is that too much change in the code
A part is here, templates.css 1556 but where can you find the rest

    meisterix
    Hi
    Change the default color of BG will make many changes for you.
    As the color is Black by default on the Light theme color
    You can add the override code in custom.css file in the css folder instead of template.css
    Use inspect element tool to check the style class : http://prntscr.com/1324px8
    Now override that code in custom.css file and change the style code

    .ja-news .mod-articles-category-title a {
        color: #1a1a1a;
    }

    For change it only Home page you have add the page class in the font of code
    Example :

    .home-bs .ja-news .mod-articles-category-title a {
        color: #1a1a1a;
    }

    Hope it helps.

    Regards

    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.