Hide title on Tag Cloud

Posted in: Newspaper
Post count: 63

hi,

I’ve inserted the WP Tag Cloud on a page but it’s showing the title even though it’s not entered. How can I remove it?

...
...

Also, how can I change the colour of the search button?
...

Post count: 1291

Hi,

Add the following css in Theme Panel -> Custom CSS:

.widget_tag_cloud .block-title{
display:none;
}

Thank you!

  • This reply was modified 10 years by Emil G.
Post count: 63

Cheers, and the button colour? 🙂

Post count: 7909

Hi,

Try to use this custom css for search button – http://screencast.com/t/uSMIrHFjcdvo

.search-page-search-wrap input[type=submit] {
background-color: #ff1543;
}

Also if you want to change the color for menu search button you can try this – http://screencast.com/t/ZBRKsHph

.td-drop-down-search input[type=submit] {
background-color: #ff1543;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.