Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • binhminh07 Friend
    #844395

    Hello,

    I changed background to black and can change module color by theme magic,
    But header beside logo , slideshow part, and footer are still black.

    How can it change it to another color ?

    Please tell me , thanks !

    Pankaj Sharma Moderator
    #844471

    Hi
    Could u provide a screenshot and illustrate the details inside the screenshot . Also share your site admin details via Private reply . it will help me to check your problem.

    binhminh07 Friend
    #845391
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #845589

    Thanks for the details sir
    You can override it via custom.css file .
    Go to css/custom.cs file in your JA Template and add below code

    For header part

    .ja-header .container {
        background: url(/lamdep/templates/ja_mitius/images/header-bg.gif) repeat left top!important; }
    
    .ja-topheader .container {
        background: #fff;
        border-bottom: solid 1px #222; }
    .ja-topbar .container {
        background: #111;
        border-bottom: solid 1px #222;
    }
    ja-topbar .head-search .input {
        background-color: #961111;
    }
    

    for slideshow part this code

    .ja-slideshow .container {
        background: #000!important; } 
    .ja-sl-1 .container {
        background: #111;
        border-top: solid 1px #222; }

    You can find the css class via inspect element or firebug and override them via custom.css .

    binhminh07 Friend
    #846143
    This reply has been marked as private.
    smartmax Friend
    #957207

    Hi Pankaj,

    Just a question, do I still miss the footer codes here? (footer= black, like to be blue)
    For the custom.css, I have the same problem/question 🙂

    Pankaj Sharma Moderator
    #957388

    Kindly post your site URL here .

    smartmax Friend
    #958691

    Hi Pankaj,
    that wasn’t very smart of me 🙂

    http://www.applicatietechniekvanderwal.nl/
    I manage the make the footer blue, but there are still black lines and gray text…

    Pankaj Sharma Moderator
    #958731

    Hi Use this code in custom.css to remove the footer line

    .ja-footermenu .container {
        border: none;
    }

    For gray text could u give a screenshot and let me know what u want to chnage in that.

    smartmax Friend
    #997915

    Thanks Pankaj,
    Here are still some gray text in the footer;
    http://www.applicatietechniekvanderwal.nl/


    1. Schermafbeelding-2016-12-28-om-19.00.05
    Pankaj Sharma Moderator
    #997984

    Hi
    Add below code in custom.css file

    .ja-footer .ja-fn ul {   color: #fff; }

    Regards

    smartmax Friend
    #1049197

    I have completly forgot to thank you on this on Pankaj!

    Pankaj Sharma Moderator
    #1049307

    You are welcome!

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

This topic contains 12 replies, has 3 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

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