Royal- a few questions re customisation.

This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: melweb
    melweb
    Participant
    June 23, 2015 at 12:48

    Hi- I have a few questions that my client is insisting on.
    Have attached pictures and website info below.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 23, 2015 at 17:48

    Hello,

    1. If you resize a browser window you should reload a site page. Please check it.

    2. Unfortunately there is no such feature. Sorry.

    3./4. Add this code in custom.css file:

    .widget_nav_menu li a, .widget_nav_menu .widget-title span, .product-categories > li > a, .sidebar-widget .woocommerce_product_categories .widget-title {
       color: red !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    5. Add this code in custom.css file:

    .shopping-cart-widget {
        background-color: red;
    }
    .shop-text {
       color: white !important;
    }

    6. You can add Revolution Slider element in Visual Composer editor in your home page.

    7. Add this code in custom.css:

    .products-page-cats {
       display: none !important;
    }

    8. You can change image using this code in custom.css:

    .empty-category-block h2::before {
       background-image: url("http://path_to_your_image");
    }

    Regards,
    Eva Kemp.

    Avatar: melweb
    melweb
    Participant
    June 27, 2015 at 03:51

    Thankyou very much for that Eva- Your help was great.

    A few more questions:

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 29, 2015 at 10:13

    Hello,

    1. Please add this code in custom.css file:

    .product-content-image img {
       height: 600px !important;
    }

    2. Add this code in custom.css:

    .badge-number {
        display: none !important;
    }

    3. I’ve disabled Hard Crop option in Woocommerce > Settings > Products tab and regenerated thumbnails. Please clear browser cache and check Cart page now.

    4. Please use this code in custom.css file:

    .btn.gray {
       background-color: red !important;
    }

    5. Add this code:

    .emodal .emodal-text .btn {
        background-color: red !important;
        border-color: red !important;
    }

    6. Use this code:

    .menu > li > a:hover {
       color: #000 !important;
    }

    7. Are you unable to click submenu items when you check menu in fixed header?

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.