Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • valthebault Friend
    #900439

    Hi,

    I picked a picture for the masthead for Search and now the space to type in the search terms is no longer visible, see attachment 1
    I’m thinking if I could:

    1. Make the square marked in attachment 2 permanent, but in a darker grey shadow
    2. Make the under line much more visible by changing its color and makes it heavier.

    Thanks


    1. Recherche
    2. Recherche_Possible
    Pankaj Sharma Moderator
    #900631

    Hi Add below code in custom.css file to apply a bg color in search input field area .

    
    .search .form-search.has-button input {
        background: #fff;
    }

    Change the color code as per needs .

    valthebault Friend
    #900636

    Fantastic, thanks 🙂

    Though what should I put if I’d like it to be some degree of transparency? like a grey layer over?

    Pankaj Sharma Moderator
    #900657

    Hi
    You can apply opacity style or use lighter rgb colors .

    .search .form-search.has-button input {
        background: #fff;
    opacity : 0.5;
    }

    You can learn css from Here

    valthebault Friend
    #900658

    Beautiful.

    Thanks

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

This topic contains 4 replies, has 2 voices, and was last updated by  valthebault 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum