Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Custom Menu Widget Colors in Header Right #55547
    David
    Participant

    That worked like a charm…

    in reply to: Custom Menu Widget Colors in Header Right #55508
    David
    Participant

    Sakin,

    I’m happy with colors and position of the custom menu in the header right. Above that widget I have the Social and Search Widget. When I click on the search magnifying icon the search box expands and pushes the menu items to the left and leaves a dark grey space to the right of the menu. Is there any way to prevent this behavior and keep the menu is the same position? So that the menu stays right justified?

    Thanks…

    in reply to: Custom Menu Widget Colors in Header Right #55342
    David
    Participant

    Sakin, In your above reply, this code:
    .sidebar-top .widget_nav_menu ul.menu a { }

    Didn’t work. It turned the menu back to the system defaults. It didn’t apply any of the listed color changes.

    Just wanted you to know.

    I do have a solution that works using that long string of code.

    You can consider this thread closed.

    in reply to: Custom Menu Widget Colors in Header Right #55324
    David
    Participant

    Only that the more answers you reply to the bigger the knowledge base gets. I myself looked at previous Q&A’s before I submitted my question. All of your answers benefit future readers.

    I was just wondering if you thought that there was simpler code than this:
    #header-menu ul.menu a, .sidebar-top .widget_nav_menu ul.menu a, #colophon #access-footer ul.menu a {

    I appreciate what you do.

    in reply to: Custom Menu Widget Colors in Header Right #55271
    David
    Participant

    Using the below didn’t change the text font color (still remained grey) or positioning of the menu (right justified):
    .sidebar-top .widget_nav_menu {
    color: #006633;
    background: none #ffffff;
    line-height: 2em;
    padding: 0 0 0 2em;
    }

    But using the below made the changes that I was looking for:
    #header-menu ul.menu a, .sidebar-top .widget_nav_menu ul.menu a, #colophon #access-footer ul.menu a {
    color: #006633;
    background: none #ffffff;
    line-height: 2em;
    padding: 0 0 0 2em;
    }

    For other future readers, was there a different way to affect these changes?

    in reply to: Custom Menu Widget Colors in Header Right #55266
    David
    Participant

    My mistake, your code works…

    You were using the default colors in your example.

    in reply to: Custom Menu Widget Colors in Header Right #55265
    David
    Participant

    I appreciate the super fast response. But that didn’t didn’t affect a color change.

    I tried !important after the color and that didn’t change the color either.

    By using firebug, I can change .widget_nav_menu using the following:
    #header-menu ul.menu a, .sidebar-top .widget_nav_menu ul.menu a, #colophon #access-footer ul.menu a {
    color: #006633;
    background-color: #ffffff;
    }

    But that seems extraneous. And I don’t know what the other menu elements syntax would look like.

    Thank you sir…

Viewing 7 posts - 1 through 7 (of 7 total)