• Resolved babypuk

    (@babypuk)


    Hi,

    I want to change the colors for the mobile version of the website I created with this theme, but don’T know wherre to change in the style.css?

    I want to have the background-color of the footer-widget-area the same as in the web-version of the site. Same with the header-area with menu and so.

    Where I have to change this?

    Website is: http://www.hunde-neu-verstehen.de

    Help would bei grateful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there Babypuk!
    Try this css and change the color values to what you want, if some of them isn’t right.

    .sidebar-footer .widget a {
        color: #FFF;
    }
    
    .sidebar-footer {
        background-color: #111;
    }
    
    .site-info {
        background-color: #111;
    }
    
    .nav-container.top-navigation {
        background-color: #fff;
    }
    
    .sg-site-header-1 {
        background-color: #FFF;
    }

    Add this code to your child theme stylesheet or a custom css plugin.

    Thread Starter babypuk

    (@babypuk)

    Thank you!!

    Worked with the custom-css-Plugin 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change colors in mobile Version’ is closed to new replies.