shopzee Pro

Home Forums All Other Themes shopzee Pro

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #131150
    Reena HoiReena Hoi
    Participant
    • Topics: 12
    • Replies: 26
    • Total: 38
    Member since: May 17, 2017

    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

    #131199
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Your website is on under construction mode. Therefore we are unable to check the issue.

    Regards,
    Chris

    #131238
    Reena HoiReena Hoi
    Participant
    • Topics: 12
    • Replies: 26
    • Total: 38
    Member since: May 17, 2017

    Hi, Its online now…

    #131241
    Reena HoiReena Hoi
    Participant
    • Topics: 12
    • Replies: 26
    • Total: 38
    Member since: May 17, 2017

    Is the theme not responsive? the menu looks weirdo when i click.. (mobile)

    #131250
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    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

    #131253
    Reena HoiReena Hoi
    Participant
    • Topics: 12
    • Replies: 26
    • Total: 38
    Member since: May 17, 2017

    Hi Chris,

    on the top header there is still a blue line…can u check for me..

    #131257
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    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

    #131260
    Reena HoiReena Hoi
    Participant
    • Topics: 12
    • Replies: 26
    • Total: 38
    Member since: May 17, 2017

    Hi Chris.. when you look on mobile… there is still one line..

    #131364
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    @media screen and (max-width:767px) {
    .topnav { border-top: #c366b0 1px solid;}
    }

    Regards,
    Chris

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.