Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Worked perfect! Thank you David!!
Found it its just what I wanted thank you Kyle!!
You guys are awesome worked perfect thank you!!
This is how I currently have it
Attachments:
You must be logged in to view attached files.December 3, 2015 at 7:23 am in reply to: Getting rid of product shadow and title align with price #232921This is the code I am currently using
.woocommerce div.product .entry-title {
display: block;
float: right;
width: 48%;
text-align: left;
font-size: 26px;
margin-bottom: 30px;
}
@media (max-width: 600px) {
.woocommerce div.product .entry-title {
float:left;
}
}December 3, 2015 at 7:02 am in reply to: Getting rid of product shadow and title align with price #232917Its all products that don’t align I have temporary removed the title on top of the price because I couldn’t figure it out, but ideally I would want the title to be right above the price and centered. I found a code in the forum but when I I viewed it on a cell phone it did not align it was way off.
December 1, 2015 at 8:40 am in reply to: Getting rid of product shadow and title align with price #232319Here is a better picture.
Attachments:
You must be logged in to view attached files.December 1, 2015 at 3:39 am in reply to: Getting rid of product shadow and title align with price #232309It worked, except for the price isn’t centered on the full product description page.
Attachments:
You must be logged in to view attached files.December 1, 2015 at 1:32 am in reply to: Getting rid of product shadow and title align with price #232299I wanted to do it for the product list as well like the example below
Attachments:
You must be logged in to view attached files.December 1, 2015 at 1:29 am in reply to: Getting rid of product shadow and title align with price #232297here is another example
Attachments:
You must be logged in to view attached files.December 1, 2015 at 1:28 am in reply to: Getting rid of product shadow and title align with price #232295Thank you so much that did it for the shadow. Do you have one so the name of the product can be on top the price? Sort of like this for
Attachments:
You must be logged in to view attached files.November 29, 2015 at 9:00 pm in reply to: I got a warning message on my whole site after I pasted a code in css #232030Okay so what I did was contacted my host and they restored it back a few days ago which fixed the issue, but it also deleted the custom css codes I had on there. So this is what I currently have now
.header-right .cart-contents .amount {
display: none;
}
.wc-new-badge {
display:none;
}thank you
November 29, 2015 at 8:41 pm in reply to: I got a warning message on my whole site after I pasted a code in css #232024In my custom css this is what I have pasted
.header-right .cart-contents .amount {
display: none;
}
.wc-new-badge {
display:none;
}
#product-description{height:0px;}.mini-list li .product-cats, .product-details .posted_in {
display: none!important;
}.product_meta .posted_in, .product_meta .tagged_as {
display: none;
}#breadcrumbs{
box-shadow:none !important;
}#product-img-slider .lSSlideWrapper { box-shadow: none !important;}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
float: left !important;
}ul.products li.product .product-details {
width: 100% !important;
}November 29, 2015 at 8:40 pm in reply to: I got a warning message on my whole site after I pasted a code in css #232023Hi Mohammad ,
Its was already set to false.
-
Posted in: We hit Power Elite.