Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1213001

    Enfold Child > Footer > “Select a page to display as footer and socket.”

    Footer page (ID 374) is selected with the desired background color via Quick CSS code:

    .page-id-374 .main_color {
    background-color: #000000;
    }

    Footer does not display background color when displayed as a footer in all other website pages. However when the footer “page” is viewed directly by it’s manually entered link, the background color defined by the CSS code is displayed.

    How can I fix this? Login details are provided privately.

    Thanks.

    #1213369

    Hey eodesign,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .container_wrap.container_wrap_first.main_color.sidebar_left + .main_color.container_wrap_first.container_wrap.fullsize {
        background-color: #000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1213394

    Thank you, that worked.

    #1213641

    Hi eodesign,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.