Hello. I have seen that through Wordpress, I can't modify or remove the blue footer on the bottom of the page, nor can I remove the yellow icon on the left bottom corner. I need to remove them, so I can upload my website in a near future. What do I have to do, so I can remove those two items from the template? Thanks.
ltheme
POSTED: 2018-09-12
Hello JERLYGABRIEL,
1. For footer, please open file 'style.css', go to line 4569, you will see CSS block with "body.theme-blue .site-footer", just remove it and define it with new CSS
2/ For chatbox, just go to Admin > Genesis, go to end of this screen, you will see Header/Footer custom code, just remove it.
jerlygabriel
POSTED: 2018-09-12
Hello. You gave me the following answer: "Hello JERLYGABRIEL,
1. For footer, please open file 'style.css', go to line 4569, you will see CSS block with "body.theme-blue .site-footer", just remove it and define it with new CSS
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
1. For footer, please open file 'style.css', go to line 4569, you will see CSS block with "body.theme-blue .site-footer", just remove it and define it with new CSS
body.theme-blue .site-footer {
background: #xxx;
}
With 'xxx' is your color code.
2/ For chatbox, just go to Admin > Genesis, go to end of this screen, you will see Header/Footer custom code, just remove it.
1. For footer, please open file 'style.css', go to line 4569, you will see CSS block with "body.theme-blue .site-footer", just remove it and define it with new CSS
body.theme-blue .site-footer {
background: #xxx;
}
With 'xxx' is your color code.
2/ For chatbox, just go to Admin > Genesis, go to end of this screen, you will see Header/Footer custom code, just remove it."
I did not find any "body.theme-blue" on all the css files. Nor did I find an "genesis" page or button on wordpress. Can you explain it again?
1. Can you recheck it via 'style.css' file?
2. Please use this plugin https://wordpress.org/plugins/polylang/
Thank you!