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*

Remove hover effect

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7565
    Allan
    Participant

    Hi there
    How can I remove the hover effect above the menu?
    I would like to have the following color from left to right: #9ca749 all the time

    Is it possible to move the right sidebar a bit further to the right or how do I adjust the content of the right sidebar to make it look a bit more harmonic? As it is right now the Facebook widget does not look well relative to the newsletter widget.

    http://politikerhjemmeside.dk

    Thanx!

    #7566
    Allan
    Participant

    Maybe it is possible to change the green hover line above the menu? Instead it would be nice to have a single grey line as the line below the menu.

    But we would still love to have some more space between the content and the right sidebar. Thanx 🙂

    #7620
    Allan
    Participant

    Any help on this one?

    #7638
    sovit ranjitkar
    Keymaster

    Hi Allan,

    To remove the hover effect above the menu Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access {
        background-position: 0 -4px;
    }
    #access a {
        height: 41px;
        padding-top: 18px;
    }
    #access a:hover, 
    #access ul li.current-menu-item a, 
    #access ul li.current_page_ancestor a, 
    #access ul li.current-menu-ancestor a, 
    #access ul li.current_page_item a,
    #access ul li:hover > a {
    	border-top: 0 none;
    	padding-top: 18px;
    }
    #access ul li ul {
        top: 59px;
    }

    and to make add some more space between the content and the right sidebar paste below CSS:

    #primary {
        width: 63.64%;
    }
    #secondary {
        margin-left: 5.06%;
    }

    Hope above code CSS help you.

    Thank you!

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