Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #357613

    Hi,

    I want to style the drop-down background with rounded corners, and have done so with the CSS below. However, This code also rounds the corners of the background hover state of the main menu links, which I don’t want. Can you suggest additional or revised CSS?

    Thanks very much!

    http://billrusselldesign.com/sr_volunteers/

    /*rounded corners of signup dropdown*/
    .header_color ul,
    .header_color a,
    .header_color li
    {
    border-radius:25px;
    }

    #358034

    Hi Jason!

    Change it to this.

    /*rounded corners of signup dropdown*/
    .header_color ul
    {
    border-radius:25px;
    }

    Regards,
    Elliott

    #358070

    Hey Elliott,

    That squared up the main menu link hover, but I lost the rounded corners in the drop down background. I left it place for you to see. Your thoughts?

    Thanks!

    #358079

    Elliott, I finally figured out myself. Thank you anyway and have a great day.

    -Pelyon

    #top #wrap_all .av-main-nav ul > li > a,
    .header_color ul {
    border-radius:25px;
    }

    #358827

    Hi!

    Glad you figured it out and thanks for sharing!

    Cheers!
    Andy

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