• I am using the fashionista theme and cannot figure out how to change the color of the search widget. Can someone give me a css code?

    Also, I would like the featured image to display as a full pic rather than a cropped one on my main page. Any suggestions on how to make that happen?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Van

    I assume by search widget here you meant the search button, if so here is add the following css in your child theme‘s style.css file. If you don’t understand how to make a child theme, I already have one in GitHub. You can download and use it as the child theme for fashionista.

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        background: #ccc none repeat scroll 0 0;
        border-color: #000;
    }

    You can change the hex code as per your need.

    Can you share a link to your site so that we can have a look and see how the featured image looks.

    Thanks

    Thread Starter vandyusvi

    (@vandyusvi)

    Hi,

    The worked…thank you but the hover color did not change. I need the hover over the search to change as well. Can you help me on that?

    Here is a link to the site.

    The post pages show the full image but the main page does not. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Search button color and display full featured image on main page’ is closed to new replies.