saurabh.dhariwal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [eStore] remove info headerHello @boxxerdc
You can hide it with css. Add below css code in your currently active theme’s style.css or you can add css code in addition css option in theme customizer.
.page-header { display: none; }
Hope this will works for you.
Thanks!Forum: Themes and Templates
In reply to: [Twenty Sixteen] Remove Sticky HeaderHello @lishure
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after { display: none; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Fetch] fetch theme change the blue colourHello @ferienimmobilien,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
.header-full-nav .branding { background-color: #6db694; } .header-full-nav .header-menu-wrapper { border-color: #6db694; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Specia] Change articles category title colourHello @thejlfan,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
footer.entry-footer .cat-links a{ color: #ed682b; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Primer] centering site title in viewport ascension themeHello @jfor56,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
.site-header .site-title-wrapper { float: none; margin: 0 auto; text-align: center; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [OceanWP] How to adjust the mobile submenu typographyHello @kghugo2000
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
#mobile-fullscreen ul ul.sub-menu li a { font-size: 15px; }
Hope this will helps you.
Thanks.
Hello @anixu87
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
body.blog .posted-on, body.blog .post-author, body.blog .post-comments, body.blog .entry-taxonomy { display: none; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Customizr] How to change color of the titleHello @mafate
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
.header-skin-light .branding a, .header-skin-light [class*="nav__menu"] li > a, .header-skin-light [class*="nav__menu"] .dropdown-item a { color: #107766; } .header-skin-light [class*="nav__menu"] li:not(.dropdown-item).current-active > a, .header-skin-light [class*="nav__menu"] li > a:hover, .header-skin-light [class*="nav__menu"] .dropdown-item > a:hover, .header-skin-light .header-tagline { color: #014237; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Buildr] Separation between items on menu dropdownHello @yipching
Add below css code in your current active child themes style.css or add in additional css option in theme customizer.
ul.slim-header-menu li ul.sub-menu li:hover { background: #3e3c3c; } ul.slim-header-menu li ul.sub-menu li { margin-top: 15px; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Hestia] Remove form field background colorHello @jardry
Add below css code in your current active child themes style.css or add in additional css option in theme customizer.
.form-group.is-focused .form-control { background-image: none !important; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [VW Ecommerce Shop] price color can’t changeHello @hlainn
Add below css code in your current active child themes style.css or add in additional css option in theme customizer.
span.woocommerce-Price-amount.amount { color: #ec1b1b !important }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Minamaze] Menu item order reversed@riversong Remove CSS that I provided you and use below CSS code.
.main-navigation ul { display: flex; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Lovecraft] Remove Search Icon from Mobile ThemeHello jocce,
You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
.search-toggle { display: none; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Minamaze] Menu item order reversedHello riversong,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
#header .header-links li { float: left; }
Hope this will helps you.
Thanks.
Forum: Themes and Templates
In reply to: [Shuttle Magazine] How to remove extra menuHello fmckeon718,
Follow below steps:
1.Login as admin and navigate to theme customize Dashboard >> Appearance >> Customize
2.Navigate to Menus >> View All Locations.
3.Deselect Pre Header Menu and click on publish button.
Hope this will helps you.
Thanks.