Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sakari Friend
    #201818

    Hello friends,
    how can I change the backround from the template?
    In the ThemeMagic I can not find any setting!
    I mean this! (see picture)

    many thanks
    regards
    Maria


    1. backround
    jooservices Friend
    #551754

    Hi there, good morning.
    Please check this screenshot for detail.
    You can change background by apply this css in custom.css


    body .t3-wrapper {
    background: your color code or image url;
    }

    Custom.css is located at


    <?php
    // CUSTOM CSS
    if(is_file(T3_TEMPLATE_PATH . '/css/custom.css')) {
    $this->addStyleSheet(T3_TEMPLATE_URL.'/css/custom.css');
    }
    ?>

    Thank you,
    Viet Vu

    Pankaj Sharma Moderator
    #551778

    Hello
    to change T3 wrapper background please add this code into your custom.css file

    .t3-wrapper {
    background: url("/templates/ja_decor/images/bg.gif") repeat !important;
    }

    change the background image with your image path in above code .

    Path for custom.css : /templates/ja_decor/css/custom.css
    If there is not custom.css file please create a file with name >> custom.css in /css directory .

    Pankaj Sharma Moderator
    #551779

    Hello
    to change T3 wrapper background please add this code into your custom.css file

    .t3-wrapper {
    background: url("/templates/ja_decor/images/bg.gif") repeat !important;
    }

    change the background image with your image path in above code .

    Path for custom.css : /templates/ja_decor/css/custom.css
    If there is not custom.css file please create a file with name >> custom.css in /css directory .

    sakari Friend
    #551796

    It worked, thank you! 🙂

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

This topic contains 5 replies, has 3 voices, and was last updated by  sakari 9 years, 7 months ago.

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