[Resolved] Changing color background of the container

Home Forums Support [Resolved] Changing color background of the container

Home Forums Support Changing color background of the container

  • This topic has 9 replies, 3 voices, and was last updated 4 years ago by Leo.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1229590
    Lyes

    Hello,

    I want to change the background color of the container via the Customizer > Colors > Content, but when i try, i can’t change the #f8f8f8 color by default.

    Thanks a lot.

    Lyes.

    #1229614
    David
    Staff
    Customer Support

    Hi there,

    So are you actually unable to change the value in the Background Color field ?

    #1229683
    Lyes

    I can change the color in the container here : colors>body>background color but
    when i try to edit with #ffffff i always have #f8f8f8.
    null

    #1229688
    David
    Staff
    Customer Support

    Maybe its this CSS in Customizer > Additional CSS:

    .inside-article, .sidebar .widget, .comments-area {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
        transition: box-shadow 500ms ease;
        border-radius: 3px;
    }
    
    .inside-article:hover, .sidebar .widget:hover, .comments-area:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }

    It adds a box shadow to the containers which makes the background look a different color….

    #1229699
    Lyes

    Thanks, i try but it doesn’t work πŸ™

    #1229722
    David
    Staff
    Customer Support

    Go into Customizer > Additional CSS and delete this CSS:

    .inside-article, .sidebar .widget, .comments-area {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
        transition: box-shadow 500ms ease;
        border-radius: 3px;
    }
    
    .inside-article:hover, .sidebar .widget:hover, .comments-area:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }
    #1229730
    Lyes

    I try it but it doesn’t change anything.

    #1230085
    Leo
    Staff
    Customer Support

    Hi there,

    The content container is already set to #ffffff:
    https://www.screencast.com/t/1nOIrAaCbh

    Currently it looks like a bit different color from the body background as David mentioned.

    If you remove the shadow then it should be exactly the same as body background.

    #1230796
    Lyes

    Thanks Leo it works πŸ™‚

    #1231498
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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