This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi,
I want to make the footer background completely black.
Thanks
Hello,
Theme Options > Footer > Footer Type > select 1 type. Did you create footer as a static block? If yes, you can use VC editor here. To enable VC editor for static blocks go to wp-admin panel > Visual Composer > Role Manager > Post Types > Custom > tick “static block”,
Please read our documentation https://www.8theme.com/demo/docs/legenda/#!/footer and watch – https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create footer).
Feel free to ask if you have any other questions.
Regards
Hi again,
please have a look on the link 1, I have change the background color from the static block but it does not change the whole background color in the footer.
I want to make it completely black as shown in link 2.
Link 1: https://www.dropbox.com/s/b2yizefr2waezhp/1.png?dl=0
Link 2: https://www.dropbox.com/s/9ld5abvu12zym8e/2.png?dl=0
Thanks
Hello,
Thanks for screenshots.
Please use this custom css code:
.footer, .copyright {
background-color: #000000 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up