Anyone knows how insert php and delete search icon?

Posted in: Newspaper
Post count: 26

Hi all and thanks for the help, someone know if is any configuration to hide the search icon on header menu? and how i can insert php on a widget of the home?

Really thanks for your help!!

Post count: 7909

Hi,

You can hide the search icon using custom css in Theme Panel > Custom Css: http://screencast.com/t/70BTPvw2ec

.td-menu-header #td-top-search {
display: none;
}

Or if you want to remove the code you can edit menu-header.php and delete this code – http://screencast.com/t/BB6jFGWrerXL

Please provide more details about your second issue as I’m not sure what you mean.

Thanks!

Post count: 26

Wow, that help was fast, really thankfull!!

About the php i want to put in widget at home some php code for show the authors online, I heared about insertphp plugin, its compatible with the theme and the vc?

Thanks again!!

Post count: 7909

Hi,

We did not tested this plugin or a related plugin with the theme, so I cannot make any recommendations. But you feel free to try it and see if it works.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.