This topic has 2 replies, 2 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
hello thanks for the support three things:
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.
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.
You must be logged in to reply to this topic.Log in/Sign up