Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • success_bus Friend
    #194644

    Hi,
    Please I need to change the bakground of the head as attachment.
    I am using the template JA Teline III

    Best regards
    success_bus


    1. bakground
    chavan Friend
    #522040

    Go to this File : templates/ja_teline_iii_v2/css/template.css

    #FF0000 refers to red RGB, so you can change any other color instead of this

    Add this code

    #ja-header .main { background: #FF0000 !important; }

    or

    #ja-header .main .inner{ background: #FF0000 !important; }

    success_bus Friend
    #522120

    Sorry, I am using template ja_teline IV

    chavan Friend
    #522130

    ok then Go to this File: /templates/ja_teline_iv/css/template.css

    #FF0000 refers to red RGB, so you can change any other color instead of this

    Add this code

    #ja-header .main { background: #FF0000 !important; }

    success_bus Friend
    #522168

    Sorry, I did not find this code /templates/ja_teline_iv/css/template.css

    Ninja Lead Moderator
    #522173

    <em>@success_bus 410657 wrote:</em><blockquote>Sorry, I did not find this code /templates/ja_teline_iv/css/template.css</blockquote>

    So that I can take a look and try to assist, please provide the url of the site you’re working on

    chavan Friend
    #522174

    you don’t have to find it, you need to Add this code

    Ninja Lead Moderator
    #522356

    Oh, your site is using JA Teline Template with new T3 framework version, Please the following is my solution below to change the background of head

    Open templates/ja_teline_iv_t3/css/rtl/template.css file

    Change

    .t3-header {
    padding-top: 15px;
    padding-bottom: 15px;
    }

    To

    .t3-header {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FF0000;
    }

    success_bus Friend
    #522701

    Thanks so much!

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

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

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