*

classifieds

  • **
  • 16 posts
Remove field transaction / change "search box" color
« on: March 22, 2017, 11:34:44 PM »
Hello!

Here i can remove the field transaction? on css? what css?

I also want change color of "search box" i want change from blue to green. Below is the place I want to change

http://imgur.com/a/Gbdi7

Thank you
Best greetings

Marked as best answer by classifieds on March 23, 2017, 09:05:03 PM
*

oscman

  • ****
  • 227 posts
Re: Remove field transaction / change "search box" color
« Reply #1 on: March 23, 2017, 12:00:41 AM »
theme folder, inc.search.php

remove

Code: [Select]
              <div class="b3">
                <div class="label"><?php _e('Transaction''veronika'); ?></div>
                <div class="box">
                  <?php echo veronika_simple_transaction(); ?>
                </div>
              </div>

same thing for search.php item-post.php item-edit.php if you want to remove it from everywhere in the site
« Last Edit: March 23, 2017, 12:02:13 AM by oscman »

*

classifieds

  • **
  • 16 posts
Re: Remove field transaction / change "search box" color
« Reply #2 on: March 23, 2017, 09:06:10 PM »
Thank a lot!!
it work  :) :) :) :) :) :) :)

Best greetings

*

classifieds

  • **
  • 16 posts
Re: Remove field transaction / change "search box" color
« Reply #3 on: March 23, 2017, 11:43:07 PM »
How i can change the color of the search i want change the blue to green but i donĀ“t work....
can you please tell me were i can change?

Thank a lot!!
Best greetings

*

oscman

  • ****
  • 227 posts
Re: Remove field transaction / change "search box" color
« Reply #4 on: March 24, 2017, 12:33:15 AM »
veronika/css/style.css
#header-search .wrap
find     background: #03a9f4; change 03a9f4 to your color