Comments Mónica started the conversationSeptember 14, 2020 at 2:24pmHelloI need to change the overall Background color as it only gives me the option of black or white. I need you to also give me the option of tone #7b1d49I also need to change the headlines to the Questrial font and the texts to RobotoAnd from the feedback form I need to change the language as it does not allow me the code to do so. 1,973Support repliedSeptember 15, 2020 at 9:24amHi,1. plz open /js/scripts.js and go to line 268 you will seeif ($("#page-content").hasClass("light-content")) {$("main, nav, #main-content").css('background-color', '#141414'); $('#magic-cursor').addClass('light-content'); if( $('#hero').length > 0 ){ if( $('#hero').hasClass("has-image")) { $("header").css('background-color', 'transparent'); } else { $("header").css('background-color', 'transparent'); } } else { $("header").css('background-color', 'transparent'); } } else {$("main").css('background-color', '#fff'); $("nav").css('background-color', '#141414'); $("#main-content").css('background-color', '#fff'); $('#magic-cursor').removeClass('light-content'); if( $('#hero').length > 0 ){ if( $('#hero').hasClass("has-image")) { $("header").css('background-color', 'transparent'); } else { $("header").css('background-color', '#fff'); } } else { $("header").css('background-color', 'transparent'); } }change the hex color from the bolded lines depending if you are using light content (dark background) or dark content (light background)2. which headlines - send us some screenshots if possible3. feedback form - url of the page plzThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hello
I need to change the overall Background color as it only gives me the option of black or white. I need you to also give me the option of tone #7b1d49
I also need to change the headlines to the Questrial font and the texts to Roboto
And from the feedback form I need to change the language as it does not allow me the code to do so.
Hi,
1. plz open /js/scripts.js and go to line 268 you will see
if ($("#page-content").hasClass("light-content")) {
$("main, nav, #main-content").css('background-color', '#141414');
$('#magic-cursor').addClass('light-content');
if( $('#hero').length > 0 ){
if( $('#hero').hasClass("has-image")) {
$("header").css('background-color', 'transparent');
} else {
$("header").css('background-color', 'transparent');
}
} else {
$("header").css('background-color', 'transparent');
}
} else {
$("main").css('background-color', '#fff');
$("nav").css('background-color', '#141414');
$("#main-content").css('background-color', '#fff');
$('#magic-cursor').removeClass('light-content');
if( $('#hero').length > 0 ){
if( $('#hero').hasClass("has-image")) {
$("header").css('background-color', 'transparent');
} else {
$("header").css('background-color', '#fff');
}
} else {
$("header").css('background-color', 'transparent');
}
}
change the hex color from the bolded lines depending if you are using light content (dark background) or dark content (light background)
2. which headlines - send us some screenshots if possible
3. feedback form - url of the page plz
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy