Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #766236

    Hello,

    I was trying to change the Body Background color on a boxed layout and its changing in the preview, but when I check the site it’s using the socket background color. Anyway to get this fixed and have a new theme release? I’ll give you credentials if you wish, but I don’t think this is just me:).

    Thank you,
    Chris

    #766981

    Hey ind-image,

    Can you give us a link to your website (in the private content box below if you like), so that we can have a closer look.
    You want to change background color of the body, right?

    Best regards,
    Victoria

    #768841

    Hi Victoria!

    Yes, exactly. It looks like any color I pick for the socket background is taking precedence, however the preview in the theme options shows the correct color I picked for the body background. I inspected the element and it’s implementing this code but I don’t know why,

    html, #scroll-top-link {
    background-color: #333333;
    }

    I know I can change this in my custom styles, but I would prefer it works in the options panel. Any help is greatly appreciated!

    Thank you,
    Chris

    #770285

    Hi,

    The child theme CSS looks a bit strange, did you add anything manually to it? If not then please try updating the theme to the latest version (4.0.4) to see if that helps: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #771176

    Hi Richard,

    Updated the theme, no luck. Not sure what looks strange in the child css, I deactivated all styles in my child theme and no change. Haven’t had this issue before with enfold. Any other ideas?

    Thank you,
    Chris

    #771555

    Hi,

    Ok, thanks for the feedback. If you want to change the background of the site then you can use the following in Quick CSS to set it:

    html.html_boxed {
        background: green !important;
    }

    Best regards,
    Rikard

    #783619

    Hello,

    This ticket can be closed, thanks for your help!

    Thank you,
    Chris

    #784961

    Hi Chris,

    Glad we could help :)

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

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