Okay
  Public Ticket #1775802
How can I change the background color
Closed

Comments

  • Jannay started the conversation

    Hello, good afternoon.


    How can I change the background color, I have tried several times, but I have not seen any changes. I want to change the black background color to yellow and the white to black letters.


    Can you help me please.


  •  1,974
    Support replied

    Hi there

    Hello, The theme has been designed as a alternation between light and dark colors. if you want to change the theme’s default colors plz open /js/scripts.js and find this piece of code (line 181) in function FirstLoad():

                  if ($("#page-content").hasClass("light-content")) {            $("main").css('background-color', '#0f1010');            $('#magic-cursor').addClass('light-content');            if( $('#hero').length > 0 ){                                        if( $('#hero').hasClass("has-image")) {                        $("header").css('background-color', 'transparent');                } else {                    $("header").css('background-color', '#0f1010');                }            }        } else {            $("main").css('background-color', '#fff');            $('#magic-cursor').removeClass('light-content');            if( $('#hero').hasClass("has-image")) {                    $("header").css('background-color', 'transparent');            } else {                $("header").css('background-color', '#fff');            }        }
    

    as you can see you need to replace the light and dark color codes.

    You can provide also wp admin access (url , admin username and password) if your attempt does not work, but we need full access to Appearance -> Editor

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jannay replied

    Thank you very much for the information. I will do the chages. Goodbye.

  •  1,974
    Support replied

    ok, i hope you enjoy our theme.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy