Color barra lateral

  • Unknown's avatar

    ¿Cómo puedo poner la barra lateral de color blanco? no la quiero con colores

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi I am having the same problem.

    on the mobile version of my website, it is defaulted to a lime green title bar color, which i do NOT want.

    how can I change the background color? white would be my preference.

    website is devindelano.com, and my email address is (email visible only to moderators and staff).

    please email me to let me know how to change.

    thanks,

    devin

  • galvezamo – did you get this sorted? Your sidebar background on elblogdemiaulasextoc.wordpress.com looks white.

    Support in these forums is in English, but if you need help in Spanish, you can post here:

    https://es.forums.wordpress.com/

    devindelano – give this a try in your custom CSS, modifying the colours as you like:

    #menu-toggle {
      background-color: #120c63;
      border-bottom-color:#242323;
    }
    nav[role="navigation"] .nav a {
        color: #ffffff;
    }
    nav[role="navigation"], nav[role="navigation"] .nav ul.sub-menu li, nav[role="navigation"] .nav ul.children li {
      background-color: #120c63;
    }
    #menu-toggle {
      border-bottom-color:rgba(36,35,35,.2);
    }
    #menu-toggle.active:before {
      color:#bb00bb;
    }

    If you need futher CSS help, please start a new thread in the CSS Customization forum — we’ll be glad to help.

  • The topic ‘Color barra lateral’ is closed to new replies.