How to remove the login and search screen from the footer

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeHow to remove the login and search screen from the footer

This topic has been marked as not resolved.

1,2 How to remove the login and search screen from the footer?
3. How to replace all white color with another?

 regau
October 16, 2013 at 11:08 am #28210

Sorry, from the header

 regau
October 17, 2013 at 9:42 am #28221

Hello,

1) Go to WP Admin -> Theme Options -> Store and disable “Show welcome menu”
2) Add following code to your custom styles:

#site_search {
display: none !important;
}

3) There is no option to change the background color, if you want to do this you can make it with custom css. IMPORTANT: if you change background color you have to replace the background of all icons.

Best,
ThemeBurn team

October 17, 2013 at 1:10 pm #28227
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.