How to round the corners of 'search' and 'subscribe' buttons in Harmonic theme

  • Unknown's avatar

    Hello there,

    I have the following blog https://kenandagnesphotoworks.wordpress.com/blog/

    I need some CSS help with the following:
    1) round the corners of the ‘search’ box in the sidebar?
    2) round the corners of the ‘subscribe’ button in the sidebar?
    3) change the colour of the commas separating post ‘categories’ from black to the same colour as the text?

    Your advice and assistance much appreciated.
    Thanks.

    Regards,
    Ken

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello,

    Plase ass the following CSS:

    input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'],
    button, input[type="button"], input[type="reset"], input[type="submit"]
    {
        border-radius: 5px!important;
    }
    
    .entry-meta span {color:#1c779b!important}
  • Unknown's avatar

    Hello Diana,

    Many thanks for responding so quickly and assisting, it works perfectly, wow! You surely are a WP expert :).
    A few more queries, if you don’t mind, Diana …
    1) How do I bold the ‘search’ box like in ‘subscribe’
    2) How do i change the text in ‘search’ box
    3) How do i minimise the spacing between widgets in sidebar.

    Wishing you a good weekend.

    Regards,
    Ken

  • Unknown's avatar

    Hello Diana,

    Subsequent to my earlier email, I read up on some of the CSS stuff from this forum and experimented a bit, and surprise, surprise; I actually managed to work the changes i wanted (not sure though if its the best/most efficient way to do them). Therefore, kindly ignore the additional inquiries from my earlier email and thanks again for responding/assisting ever so quickly.

    Regards, Ken

  • The topic ‘How to round the corners of 'search' and 'subscribe' buttons in Harmonic theme’ is closed to new replies.