test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • zularizi Friend
    #189496

    Dear Joomlart,

    I need to change a black color on background (see attached file) at Slideshow’s position.

    What should i do ?

    Best Regard.
    Salom


    1. Screen-Shot-2013-08-05-at-10.22.06-PM
    TomC Moderator
    #501326

    So that I can try to best assist you, please provide the url of the site your working on, as well as one of the following:
    – If you’re using the J2.5 version, set “Optimize CSS” to “No” within your Template Manager–General settings
    – If you’re usign the J3.0 version, set template to “Development Mode” within your Template Manager–General settings

    zularizi Friend
    #502931

    Dear TomC thanks for your reply.

    i just set my template to development mode and this is the url http://production.indonesiafilm.net

    What next then ?

    Regards.

    phong nam Friend
    #503091

    Hi zularizi,

    On JA Mitius template, you will need to change the background color of each section on layout. Here are the css styles you should put into templates/ja_mitius/css/custom.css file:

    .ja-header .container {
    background: white;
    }

    .ja-topheader .container {
    background: white;
    }

    .ja-topbar .container {
    background: white;
    }

    .ja-slideshow .container {
    background: white;
    }

    .ja-footer {
    background: white;
    }

    .ja-sl-1 .container {
    background: white;
    }

    Change to the color you want and select the corresponding section you want to apply.

    qatargym Friend
    #506531

    Hello,
    I want to change the background for the position ( Slideshow, and newshow) from Black to white? how can i do that ? I opened the file templates/ja_mitius/css/custom.css but I could not find the above. I found this only ” @import url(../fonts/novecentowide1/stylesheet.css);


    Thanks

    TomC Moderator
    #506533

    <em>@qatargym 390457 wrote:</em><blockquote>Hello,
    I want to change the background for the position ( Slideshow, and newshow) from Black to white? how can i do that ? I opened the file templates/ja_mitius/css/custom.css but I could not find the above. I found this only ” @import url(../fonts/novecentowide1/stylesheet.css);


    Thanks</blockquote>

    So that we can try to best assist you, please provide the url of the site your working on, as well as one of the following:
    – If you’re using the J2.5 version, set “Optimize CSS” to “No” within your Template Manager–General settings
    – If you’re usign the J3.0 version, set template to “Development Mode” within your Template Manager–General settings

    qatargym Friend
    #506537

    Thanks for reply. I am developing right now on local server XAMP, I am using Joomla 3

    phong nam Friend
    #506546

    Hi qatargym,

    In order to change Slideshow background color to white, you can put below codes into custom.css file:

    .ja-slideshow .container {
    background: white;
    }

    With the newshow (TODAY HIGHLIGHT module on our demo) background, you can go to Module Manager >> TODAY HIGHLIGHT >> Then remove “gray” in the Module class suffix of Advanced options.

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

This topic contains 8 replies, has 4 voices, and was last updated by  phong nam 11 years, 2 months ago.

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