Forum Replies Created
-
AuthorPosts
-
han
KeymasterI cannot reproduce the issue. Can you send me your site url and admin login through this contact form ?
han
Keymasteryou can change it via css
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } body { font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; }March 21, 2014 at 7:11 am in reply to: How to create page with no header or nav, only main content #1954han
Keymasteryou can try this css
.home .nav-primary, .home .site-header { display:none; }han
KeymasterAdd this code into your stylesheet
#sidebar-primary { background-color: #444444; }han
KeymasterThis is the correct syntax
body { background-image: url("http://www.lamaisondesiles.com/wordpress/wp-content/uploads/2014/03/bg.jpg"); }han
KeymasterAdd this code into functions.php
add_action ('omega_after_primary_menu','shopping_menu_search'); function shopping_menu_search() { ?> <form method="get" id="searchform" action="<?php echo home_url(); ?>/"> <div><input type="text" name="s" id="s" placeholder="Search" /> <input type="submit" id="searchsubmit" value="Search" class="btn" /> </div> </form> <?php }han
KeymasterPlease go to “Settings > Discussion” and make sure everything is setup correctly there.
han
KeymasterWhich code do I change? partials/entry-byline.php
han
KeymasterSeems the image is not exist,
http://lamaisondesiles.com/wordpress/wp-content/uploads/2014/02/bg.jpg. To customize the theme, Child theme is recommendedhan
KeymasterPlease check this post. I’d suggest to use Omega child theme if you want to customize the theme
han
KeymasterPut above code into “Appearance > Customize > CSS”
Or disable wp minify pluginhan
Keymaster- Go to WP admin > Settings > Reading panel.
- In the drop down menu for Front Page select “Home.”
- Save changes.
han
Keymastercool. Thanks for the update
han
Keymastertry this for mobile menu bar
.tinynav { background-color:#e6005c; }han
Keymastertry this
.nav-primary { display:none; } #cse-search-box input[type="text"]{ padding: 16px !important; background-position: 16px !important; width: 200px !important; } -
AuthorPosts
