Jump to content

dt819

New Members
  • Posts

    3
  • Joined

  • Last visited

dt819's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This is exactly how I want the top bar and search box, but I just need the search box aligned in the center at all times. How can I enter this code into Wordpress theme editor for it to work?
  2. Thanks for the help Doddsey. As I said I am very new to the whole coding world and really have no idea how to change things around. In "top search" I changed the grid places as recommended and also specified offsets for each and it helped a little bit, but the actual search button moved out of the search box when I started making the size of the browser smaller, so I removed it. I have no idea where to inside the "text-align:center" piece of code.. Do I enter it into the searchform.php, header.php, stylesheet.css? And where abouts exactly? Also I couldn't figure out how to remove the colour from the top bar element. I cannot find it the code files, but when I Right-Click it (in chrome on Mac) and choose 'Inspect element', I can go into the 'sources' tab and mess around with it a little bit. Is there any way I can save the changes I make through this, or to extract code and enter it into Wordpress etc..?? Thanks heaps for the help, I am loving the whole learning process and working out how coding works. And would love to get exact step-by-step instructions about how to go about these issues.. Thanks again.
  3. Hi, I am very new to coding and have no idea where to begin. I want to customize a theme for Wordpress for my blog and need to change a few things around. I want the seachform at the top of the page to remain constant and in the center of the page, regardless of how wide the browser is. The website is www.pureplantasy.com I also want to remove the transparent bar behind it that turns white when hovering over it. How do I remove this completely. The searchform.php html is... <?php /** * The template for displaying search forms in Preus * * @package Preus */ ?> <form role="search" method="get" class="row search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <button type="submit" class="btn btn-default search-submit"><i class="fa fa-search"></i></button> <label> <span class="screen-reader-text"><?php _ex( 'Search for:', 'label', 'preus' ); ?></span> <input type="text" class="search-field" placeholder="<?php echo esc_attr_e( 'Search this site...', 'preus' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s"> </label> </form> Thanks heaps, in advance!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.