Cart icon color change and visual composer not working in posts and links to

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

  • Avatar: hollysnails
    hollysnails
    Participant
    July 23, 2014 at 21:36

    hello thanks for the support three things:

    http://candidafreelife.biz

    the other posts says how to change the other header icons on the page, great that worked fine, but my cart icon is still grey instead of white and the cart amount is red and it should be white also:

    I have this in my custom css:

    .login-link:before, .logout-link:before, .top-bar .wishlist-link a i:before, .my-account-link:before, .register-link:before { color: white;}
    .shopping-cart:before { color: white;}

    .shopping-cart span.amount {
    color:#ffffff;
    }

    and i can’t get my cart to white instead of grey.

    2. the visual composer is not on the posts area, only on the pages, is this normal? or should visual composer should be on both?

    3. the visual composer add an image works great except it wont link the image to another url even with the image correct image link in the area its suppose to be on the image area.

    it will save the image link, then i go to see the edited area and it deletes the image link, but leaves the rest.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    July 23, 2014 at 22:38

    Hello,

    1. I’ve created custom.css in wp-content/themes/legenda directory as you didn’t have it and inserted the following code to change the shopping cart color:

    .header-type-3 .shopping-cart-link:before { color: white !important;}
    
    .header-type-3 .shopping-cart-link span.amount {
    color: white !important;
    }

    2. To have Visual Composer visible on all content type you need go to Settings > Visual Composer > General Settings tab and select Content Types.

    3. Concerning image link in VC you may try to add the code img_link="the_path_to_your_image" via classic editor in the single image VC shortcode.

    Regards.
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 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.