• Hello! I have been using the Virtue Child theme for several years now. About 7 months ago, I wrote in b/c my website changed. I don’t know how or why. When I called my host, they switched it back to the parent theme. I prefer to have the child theme b/c I’ve been told that that’s safer. But it looks bad. The category pics should be smaller and two rows of three across with specific fonts/titles.
    What happened and how can I get it back?
    Thank you!!
    Salina
    https://www.sleeneys.com

    So, here is the CSS that I’ve added to my child theme:
    .footercredits p {
    font-size: 15px;
    font-family: julius sans one;
    text-align: left;
    }

    #topbar-search input[type=text] {
    color: black;
    }
    #topbar-search #searchsubmit {
    color: black;
    }
    #topbar .kad-mobile-nav .form-search :-moz-placeholder {
    color: black;
    }
    #topbar .kad-mobile-nav .form-search ::-webkit-input-placeholder {
    color: black;
    }
    #topbar .kad-mobile-nav .form-search ::-moz-placeholder {
    color: black;
    }
    #topbar .kad-mobile-nav .form-search :-ms-input-placeholder {
    color: black;
    }

    .topbar-widget {
    color: #000000;
    }
    .topbarmenu ul li a {
    color: #FFFFFF;
    }

    .topbarmenu ul li a {
    color: black;
    }

    .topbarmenu ul li a {
    font-size: 16px;
    }

    .topbarmenu ul li a {
    color: black;
    }

    #containerfooter .menu li a {
    font-size: 18px;
    font-family: josefin sans;
    }

    #containerfooter .menu li a {
    background: transparent;
    }

    a:visited {
    color: #33C3ED;
    }

    @media (max-width: 767px){
    #containerfooter .virtue_social_widget {
    width: 50%;
    text-align: left;
    }

    #containerfooter .virtue_social_widget a {
    float: none;
    display: inline-block;
    }
    }

    @media (max-width: 767px){
    .kad_product {
    float: left;
    width: 50%;
    }
    }

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    }

    #containerfooter .menu li a {
    max-width: 260px;
    }

    #containerfooter .col-md-1 {
    padding-left: 40px;
    }

    if ( isset( $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) && ‘https’ == $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) {
    $_SERVER[‘HTTPS’] = ‘on’;
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 16 through 18 (of 18 total)
  • Kevin

    (@jx-3p)

    It seems that you’re on an old version of WooCommerce. (3.2)

    Current version is 3.3.3.

    Firstly, update WooCommerce, and any other plugin on your site that needs updated.

    Let me know if that makes a difference.

    -Kevin

    Thread Starter sleeneys

    (@sleeneys)

    Hello. It’s me again (I’m sorry!). Can anyone please tell me how to fix my cropped product images? I want all of the product photos to be the same size, not cropped? The newer items that I’ve added are the cropped sizes…
    Thank you for any help that you may offer!

    • This reply was modified 7 years ago by sleeneys.
    Kevin

    (@jx-3p)

    Did you update WooCommerce as instructed in the above post? It appears that you’re still on version 3.2.

    -Kevin

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Virtue Child Theme Changes’ is closed to new replies.