- This topic has 8 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › shopzee Pro
1. I have installed shopzee Pro and changed the colours but there is still some blue i can;t change..
2. is it possible to remove the category dropdown and search for products in header?
https://070delivery.nl
Hi,
Your website is on under construction mode. Therefore we are unable to check the issue.
Regards,
Chris
Hi, Its online now…
Is the theme not responsive? the menu looks weirdo when i click.. (mobile)
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:980px) {
.header .header-inner .nav { width:100% !important;}
}
.header-right .column1 {
display: none;
}
.header-right .column2 { float:right;}
.header-right .column2 i {
background: #b455a0 !important;
}
Regards,
Chris
Hi Chris,
on the top header there is still a blue line…can u check for me..
Hi,
Kindly use this CSS
.signin_wrap ul li:first-child {
border-left: solid 1px #c366b0;
}
.signin_wrap ul li {
border-right: #c366b0 1px solid;
}
Regards,
Chris
Hi Chris.. when you look on mobile… there is still one line..
Hi,
Kindly use this one
@media screen and (max-width:767px) {
.topnav { border-top: #c366b0 1px solid;}
}
Regards,
Chris
WordPress Migration to New Server From now on, you don’t need to worry about the WordPress migration to the new server. Because it looks complex, […]
Many people look forward to creating a website using WordPress because WordPress permits all the features and functionality that online store business required. Hence, WordPress […]
Migration of e-Commerce Website If you have decided on the migration of e-commerce website, you are most probably already familiar with this. When you migrate […]