• Resolved hanmat

    (@hanmat)


    Where can I change the background color of the search box where I can filter by category or keyword? Default is grey and i want a different color.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • @hanmat
    Can be done with a little CSS

    .job_filters {
        background: #eee;
        zoom: 1;
    }

    Change the background to your needs

    Thread Starter hanmat

    (@hanmat)

    Thx, it works!! ??

    How can i add a space between the first field (Stichw?rter) and (All Regions)?

    Just add a the px whtat works for you to margin-bottom to this CSS

    .job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
        float: left;
        padding-right: .5em;
        width: 50%;
        margin-bottom: px;
    }
    Plugin Contributor Cena (a11n)

    (@cena)

    Appreciate your CSS-skills, @braehler ??

    Closing as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search Box | Background Color’ is closed to new replies.