Change Search Box In Top Menue

  • Author
    Posts
  • #44628

    1) My search box is located in the top menu widget. I want place about 50 px spacing between the right side of the search box and the edge of the page. I want it to align with the edge of my phone number.

    2) I want to disable the hover effect of the search box. I would like for it to remain white on hover. If I can get the blue outline to go away also that would be perfect.

    Thanks and keep up the good work.

    Brad

    Website: contractcanine.com

    #44739
    Zed
    Cryout Creations mastermind

    You can use this:

    1)

    #header-widget-area { 
        margin-right: 48px; 
    }

    2)

    .searchform input[type="search"]:hover {
        background: #fff;
    }
    .searchform input[type="search"]:focus {
        outline: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44800

    Thank you – works like a charm…

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

The topic ‘Change Search Box In Top Menue’ is closed to new replies.