Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #574187

    I have a Search Bar on the home page, instead of just saying “Search” I would like to change it to “Search by Course Code or Subject Keywords”

    How do I do that?

    Thanks!

    #574239

    Hi ontariotraining!

    Paste this inside a codeblock element.

    <form action="http://ontariotraining.net/" id="searchform" method="get" class="">
    	<div>
    		<input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello">
    		<input type="text" id="s" name="s" value="" placeholder="Search">
    			</div>
    </form>
    

    And then change the placeholder text, “Search” to whatever you want.

    Regards,
    Elliott

    #574265

    Thanks… how do I make it the full width (width of the picture below it) like it was before?

    #574904

    Hi!

    Add this to your custom CSS.

    #top #searchform>div {
        position: relative;
        max-width: 100% !important;
    }

    Best regards,
    Elliott

    #575913

    Hmmm… that did not seem to work.

    I added it to the Custom CSS in file manager (tried the quick CSS originally within the theme settings).

    #576217

    Hey!

    Perhaps you have a typo somewhere in your other CSS. Try adding it to the very top of your Quick CSS.

    Cheers!
    Elliott

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