saurabh.dhariwal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to show certain posts on a page?Hello whocky,
You can use below plugins for your purpose. Which provides you short code to display posts on your page, posts & custom post pages.
1) Latest Post Shortcode
2) Display Posts ShortcodeHope this will helps you.
Forum: Themes and Templates
In reply to: [Basic] Nav bar on mobile deviceHello theartfuldodger,
Try below css.
#footer { max-width: 840px; margin: 0 auto; }
Hope this will helps you.
Forum: Themes and Templates
In reply to: [Gatsby] Page as homepage?Hello sankari,
1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.
2. Then navigate Static Front Page and checked the A Static Page radio button then select your Front/Home Page and your Posts Page then click on Save & Publish button.
Hope this will helps you.
Forum: Themes and Templates
In reply to: Sub-Menu CSSHello blueflamman,
Try below css.
.sub-menu li a {background-color: rgba(10,10,10,0.3) !important; }
Hope this will helps you.
Forum: Themes and Templates
In reply to: [Basic] Nav bar on mobile deviceHello theartfuldodger
1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.
2. Then navigate Custom codes and put below css into Custom CSS textarea then click on Save & Publish button.
.topnav { background: trasparent; }#mobile-menu { background: rgb(0, 160, 32); color: #fff; }
Hope this will helps you.
Forum: Themes and Templates
In reply to: Remove “Get this Theme” button from my front page?No need to pay $60, Just download theme from here. Please download theme from here and check
Forum: Themes and Templates
In reply to: Remove “Get this Theme” button from my front page?No, I mean to update with latest version. Mine was 1.7.3…
You can check your theme version from wp-content/themes/quality/style.css
Forum: Themes and Templates
In reply to: Remove “Get this Theme” button from my front page?Hello atlbags,
I tried with latest version of theme. Please upgrade your theme and check.
Forum: Themes and Templates
In reply to: Remove “Get this Theme” button from my front page?Hello atlbags,
1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.
2. Then navigate Banner Image Settings >> Banner Image Settings and clear Banner image button text and Banner image button link text field.
Hope this will helps you.
Forum: Themes and Templates
In reply to: [Coeur] menuHello mircom2,
For create dropdown menus please follow Enabling Dropdown Menus link.
Hope this will helps you.
Forum: Fixing WordPress
In reply to: Is this possible in wordpress?Hi johnt2001,
You can use YITH WooCommerce Multi Vendor plugin for your purpose, you can create vendor and then vendor created by website admin will create products, with use of this plugin.
Hope this will helps you.
Forum: Themes and Templates
In reply to: [OnePress] woocommerce buttons color.Hello ciccione82,
Use below css
input[type="submit"],
a.button { background-color:#555 !important; }
Hope this will helps you.
Hello ciccione82,
Follow below steps:
1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.
2. Then navigate Theme Options >> Custom CSS and put below css into textarea then click on Save & Publish button.
.search-form .search-submit { background-color: #999; }.search-form .search-submit:hover { background-color: #999; }
Hope this will helps you.
Forum: Themes and Templates
In reply to: How to remove header from a single pageHello ftan225,
Can you please elaborate more? Please provide you website URL & Screenshot what exactly you want. So, that anyone can guide you properly on this.
Thanks!
Forum: Themes and Templates
In reply to: Twenty Seventeen Show Site Tagline, But Hide Site TitleHello timmcke,
You can hide site title by css. Follow Below steps:
1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.
2. Then navigate Additional CSS and put below css into textarea then click on Save & Publish button.
.home .site-title { display: none; }
Hope this will helps you.