Divdeep Singh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Remove resposive menuHi,
I am glad that the solution helped you..Thanks.. ??
Have a great dayForum: Themes and Templates
In reply to: [Zerif Lite] Header logo automatic resize while scrollingHii there
you can change your logo when you scroll down.
When you are at home page your class being used is top-navigation
and when you scroll down then your class being used is top-navigation fixed-navigation
change the logo image when you scroll downThanks
Divdeep SinghForum: Themes and Templates
In reply to: [Zerif Lite] Header logo automatic resize while scrollingHi
Can you share your website link please
Thanks
Divdeep SinghForum: Themes and Templates
In reply to: [Zerif Lite] Our Focus content overlappingHello
Try increasing the width in bootstrap using media query when your width is 768px
Thanks
Divdeep SinghForum: Themes and Templates
In reply to: [Zerif Lite] Hover colour on our focus section Serif LiteHi Scot and luisadigi
Try to change this in your css
.focus-box:nth-child(4n+1) .service-icon:hover {
border: 10px solid #FFFFFF;
}Change the hex code of color as per your requirement
Thanks
Divdeep SinghForum: Themes and Templates
In reply to: [Zerif Lite] Remove resposive menuHi worldwidewerner,
What i have understood from your query is that you want to remove the menu when your website is viewed in mobile.
So just inspect that element and you will find this
<button class=”navbar-toggle collapsed” type=”button” data-toggle=”collapse” data-target=”.bs-navbar-collapse”>
class will be .navbar-toggle.collapsed
just try this code
.navbar-toggle.collapsed{
display:none;
}Please try this and respond. ??
Thanks
Divdeep SinghHi Matcha Labs
Thanks for your reply, but i resolved the issue.. ??
Thanks
Divdeep SinghForum: Themes and Templates
In reply to: [Zerif Lite] Link in nav bar not underliningHi Zak
I think that first menu item does not gets underlined when active.
Thanks ??
Hi OC2PS,
You want full width map?
If yes, then you have to put the maps shortcode outside the container div and inside the section div of your contact us section
Regards!
ThanksForum: Themes and Templates
In reply to: [Zerif Lite] Big Title Section, background image not responsiveI changed the background image by using media queries and its now working good
Forum: Themes and Templates
In reply to: [Zerif Lite] Big Title Section, background image not responsiveHi Alexandra
Thanks for your reply.
I have changed the background image in mobile view so its working fine now.Anyways thanks for your reply.
Cheers!!
Best Regards
Divdeep Singh ??Forum: Themes and Templates
In reply to: [Zerif Lite] Big Title Section, background image not responsiveHi Alexandra,
Please check now my website and help me in solving the issue
Thanks
Divdeep SinghForum: Themes and Templates
In reply to: [Theme: Zerif Lite/Pro] Big title screen adjustmentHi Spriti,
Thats good to know that you resolved it.
Cheers,
Divdeep SinghForum: Fixing WordPress
In reply to: Permalink not workingi am also having the same problem. When i change the permalink and remove index.php from permalink it shows me Not Found page.
How to deal with this. Thanks in advanceForum: Themes and Templates
In reply to: [Theme: Zerif Lite/Pro] Big title screen adjustmentHi Spirtikus
I think you need to change the padding in style.css of your big-title section
Regards
Divdeep Singh