Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1016541

    Hi

    I don’t want a line under “gerelateerde producten”
    see link

    #1016582

    Hey 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,
    Rikard

    #1016586

    No I mean the upsell/cross sell products. I don’t know which it is ;-)
    In Dutch it is “gerelateerde produkten”

    #1016593

    Hi,

    Thanks for the clarification. Please try this CSS instead:

    .single-product .woocommerce-loop-product__title, .single-product .price {
      text-decoration:none !important;
    }

    Best regards,
    Rikard

    #1016602

    Nope

    #1016603

    oeps sorry. I did work!
    Thanks

    #1016604

    Hi,

    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,
    Rikard

    #1032641

    Everything is underlined again?

    #1032647

    Hi,

    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,
    Yigit

    #1032649

    NOPE 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/

    #1032651

    Hi!

    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,
    Yigit

    #1032653

    Yes, that works.
    BUT
    de links in “beschrijving” are also gone. And they need to stay.

    #1032656

    THESE 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;
    }

    #1032657

    Hey,

    I changed the code to following one

    .single.single-product .related.products .product a {
        text-decoration: none !important;
    }

    Please flush browser cache and review your website

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.