Tagged: underline
-
AuthorPosts
-
October 1, 2018 at 10:37 am #1016541
Hi
I don’t want a line under “gerelateerde producten”
see linkOctober 1, 2018 at 12:09 pm #1016582Hey studioinktvis,
Do you mean the dashed line in the footer? If so then please try this in Quick CSS:
#footer { border-top: none !important; }
Best regards,
RikardOctober 1, 2018 at 12:15 pm #1016586No I mean the upsell/cross sell products. I don’t know which it is ;-)
In Dutch it is “gerelateerde produkten”October 1, 2018 at 12:28 pm #1016593Hi,
Thanks for the clarification. Please try this CSS instead:
.single-product .woocommerce-loop-product__title, .single-product .price { text-decoration:none !important; }
Best regards,
RikardOctober 1, 2018 at 12:37 pm #1016602October 1, 2018 at 12:39 pm #1016603oeps sorry. I did work!
ThanksOctober 1, 2018 at 12:41 pm #1016604Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardNovember 12, 2018 at 4:16 pm #1032641Everything is underlined again?
November 12, 2018 at 4:25 pm #1032647Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.single.single-product div .product a { text-decoration: none; }
Best regards,
YigitNovember 12, 2018 at 4:32 pm #1032649NOPE does not work.
But mind you only the “gerelateerde producten” should have no line. See bottom page above footer
see https://raamtekening.nl/product/feestdagen-raamtekeningen/sinterklaas-pakjesboot-raamtekening/
November 12, 2018 at 4:35 pm #1032651Hi!
Please try adding !important rule as following
.single.single-product div .product a { text-decoration: none !important; }
and it should delete underline from titles and prices under “gerelateerde produkten”. If you are using a cache plugin, please make sure to flush cache
Best regards,
YigitNovember 12, 2018 at 4:42 pm #1032653Yes, that works.
BUT
de links in “beschrijving” are also gone. And they need to stay.November 12, 2018 at 4:43 pm #1032656THESE ARE ALL THE CODES IN THE QUICK CSS
#top .price span{
font-size:18px!important;
}.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}#header_main_alternate .container:after {display: none !important;}
#footer {
border-top: 2px dashed #000 !important;
}.single-product.woocommerce-page .product .woocommerce-tabs #tab-description h2 {
display: none;
}#after_masonry {
border: none!important;
}.archive aside.sidebar{
display:none!important;
}.container .av-content-small.units{
width:100%!important;
border-right:none!important;
}.single.single-product div .product .product_meta .posted_in a,
.single.single-product div .product a.add_to_wishlist.button.alt {
text-decoration: none;
}.single-product .woocommerce-loop-product__title, .single-product .price {
text-decoration:none !important;
}.single.single-product div .product a {
text-decoration: underline;
}.single.single-product div .product a {
text-decoration: none !important;
}November 12, 2018 at 4:44 pm #1032657 -
AuthorPosts
- You must be logged in to reply to this topic.