Reply 191613 to: Issues with demo content, theme.

Avatar: Olga Barlow
Olga Barlow
Support staff
April 20, 2018 at 13:55

Hello,

First of all, I would like to ask you don’t post a lot of CSS code because it tells us nothing. We don’t imagine site if see this code. We need to check the real site and inspect elements to find out what caused one or another issue and tons of custom code does not help us just makes troubles when reading your topic. Thanks for understanding.

1. Go to Theme Options > General > Mobile menu > make sure that Mobile header color is white http://prntscr.com/j7sy0u

2. This is type of icon that displays number of icons inside the icon. If you don’t like this go to Theme Options > Header Settings > Shopping cart icon > choose another type of cart icon.

3., 4. If you check the main demo, you’ll see that these buttons have different design http://prntscr.com/j7szqj because it’s buttons for different options. If you want to change the buttons styles you can do this via Theme Options > Styling > Content > http://prntscr.com/j7t1o3

5. To align search use the following code in child theme style.css

.header-standard .navigation-wrapper .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header-standard .navigation-wrapper .header-search {
    float: none;
    margin-top: 0;
}

To change the color of the search input and search button use

.header-search.act-default input[type="text"]{
    border-color: #504056;
    background-color: #250f2d;
    color: #808080;
}
.header-search.act-default [role="searchform"] .btn {
    background-color:#f67180;
}

Single Product Page:

6., 7., 8., 9., 10, 11 Looks like either custom CSS for this version was changed or it was not imported. We need temporary access to your Dashboard to help you with correct custom and avoid any delays in fixing of this problems. Once we do all the necessary changes you’ll be able to check the CSS to find out what was changed.

12. Sidebar area does not have such scroll but it’s possible to implement by some additional customization. Provide FTP access to your site and we’ll help you. Or you may try this plugin https://wordpress.org/plugins/woocommerce-products-filter/ it has advanced options to manage filters.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.