How do I change Default Sidebar's Menu-background and some font colors?

  • Unknown's avatar

    Could you tell me css customizing?
    I can’t find how to change in forum.

    1.I’d like to change green into black in footer-widget font.
    Widgets→footer widgets→Custom Menu→select menu’s text is green.

    2.I’d like to change green into black in Default Sidebar font.
    Widgets→Default Sidebar→Custom Menu→select menus text is green.
    I’d like to change black.

    3.I’d like to change background light grey into white in Default Sidebar.
    Widgets→Default Sidebar→Custom Menu…Menu’s background is light grey.

    4.I’d like to change textwidget light grey into black in footer-widgets.
    Widgets→footer widgets→Text→ Content is light grey.

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

  • Unknown's avatar

    I solved three problems.
    I’ve changed font-colors by referring to this thread.
    https://en.forums.wordpress.com/topic/widgets-text-box-colour?replies=2#post-2568164

    1. Change the font of menu in footer-widget.

    .widget ul.menu li a {
    color: #000000;
    }

    2. Change the font of menu in Default Sidebar. (navigation area)
    menu-item a {
    color: #000000;
    }

    4. Change the font-color of textwidget in footer-widget.

    .widget_text .textwidget {
    color: #000;
    }

    I can’t change the background of #navigation in Restaurant Theme.
    Please allow me to continue with the inquiry.

  • Unknown's avatar

    I solved the last problem.

    3. The color of the menu bar at the sidebar on this post.

    .sidebar { background: #fff; }

  • The topic ‘How do I change Default Sidebar's Menu-background and some font colors?’ is closed to new replies.