badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Navigation colour changes problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7683
    san_merah
    Participant

    Hi,

    Excellent theme!
    I’m trying to change colours of navigation bar and come across a problem.
    After changing a background color here:

    #access
    {
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #eaeaea;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #eaeaea;
      background-color: #bcb3a3;
    }
    

    I get white space after last menu item.

    When I change container bg colour to the same as in navigation this is correctet but then I get a bar displayed over page entry title in navigation background colour?

    How to resolve the problem?

    The website is:
    http://bishopshomebuilders.co.uk/wordpress/

    Thanks!

    #7757

    To change the background color for navigation bar Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access {
         background-color: #BCB3A3;
    }

    Thank you for using our theme.

    #7764
    san_merah
    Participant

    Thanks for the reply but it doesn’t work. I have changed that before by editing ccs file (see the code I put in my forst post) and in fact the navigation colour has changed but the problem is with this white space generated by clearfix.

    #7858

    Hi san_merah,

    First remove the CSS from the custom CSS options that you changed to make the navigation color and try above CSS.

    Thank you!

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