customize widget (search, tag) for Pinbin WordPress theme

Hi, thanks for pinbin theme, it is wonderful and very fluent!

I would like to ask you some tips about widgets’ customization:

  1. How to remove the label before search bar? (in italian I have ‘Ricerca per:’)

  2. How to add a box (background) for single tag in cloud?

  3. Is it possible to change the name ‘uncategorized’? (because i use that as a unique category)

Thank you for support

Alberto

I fixed bymyself the background for links (in the footer area), but ofcourse it works for both categories and tags… better than nothing anyway!

Fixed also the uncategorized name… It’s in the categories menu…

I will wait for answer to n.1 question! thanks

You can use this simple CSS to hide label before search form.

.searchform label {
    display: none;
}

You can add this code via Jetpack’s Custom CSS field or by using any other plugin that helps with CSS management. Otherwise you can add it to Child Theme style.css if you are using one.

Let me know if this helps.

it works very good! thank you