Tagged: 

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

    From one of the other posts I learned how to put a search widget in the header. However I have two things I would like to change further:

    1. The search field seems quite small. I would like to make it longer.
    2. Can I change the color and style of the font without changing the main menu links?

    The page is http://testing.bwmarketingspecialties.com/

    Please advise how I could go about doing this.

    Thanks for your help.

    Tyler

    #661155

    well the code might help you – but

    #header .widget {
        width: 280px;
    }

    it does not look good on mobile Versions here – even at your width.
    There has to be some additional settings on that header widget

    #661331

    Hi Tyler,

    Did you try @Guenni007’s suggestion and did you have any luck with it?

    Regards,
    Rikard

    #698943

    The search widget is fine now. One more formatting issue: How do I change the border color of the search box only?

    Thanks for your help!

    Tyler

    #698989

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #s {
        border: 1px solid #000;
    }
    

    Best regards,
    Vinay

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