Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.
FocuxTheme Support
KeymasterI think you need to edit content-slidedown.php, remove the following code
<!--Search--> <div id="slidedown-search"> <h2 class="title"><?php _e('Search','Samsara');?></h2> <form method="get" action="<?php echo home_url();?>"> <select name="post_type" id="post_type"> <option value="post"><?php _e('Blog Posts','Samsara');?></option> <option value="portfolio"><?php _e('Portfolios','Samsara');?></option> <?php if(is_plugin_active('woocommerce/woocommerce.php')):?> <option value="product"><?php _e('Products','Samsara');?></option> <?php endif;?> </select> <input type="text" value="" name="s" class="top_search" placeholder="<?php _e('Enter Keywords','Samsara');?>" /> <input type="submit" value="<?php _e('Search','Samsara');?>" name="search" /> </form> </div>You must have valid license to access this content.FocuxTheme Support
KeymasterHi
1. Did you mean the font color of the menu items which in the sidebar? If so, try the following custom CSS
.primary-navigation > ul > li > a{color:Your Color;}2. Try the following CSS
.fluid-articles li .post-info p, .fluid-articles li .post-info blockquote{color:Your color;} .fluid-articles li .post-info h4 a{color: title color;}3. You can make a square LOGO separately for the mobile view, and upload it via OldCar options > General settings.
Thanks
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content. -
AuthorPosts
