-
Search Results
-
[Resolved]
Topic: can't get rid of post date totally…
Dear JanStudio member;
We asked several times for codes to remove blog post dates site wide. First it was removed from blog main page, than also from post detail topic area. The last try was to remove the date from the “relevant posts section” on the post detail page.
The last code worked for blog detail page. But now the date on the blog detail page’s title area is back :/
We want to get rid of all the dates, site wide. Please help.
all the code you sent -and now in the custom css area is- is here:
.product_meta span.sku_wrapper { display: none;}
.product_meta span.sku_wrapper { display: none;}@media only screen and (min-width: 1025px) { .jas-push-menu-btn { display: none;}}html[lang=”tr-TR”]
.product-category h2::before,html[lang=”tr-TR”]
.product-category h3::before { content: “kullanmaya başla”;}html[lang=”tr-TR”]
.product-category h2::after,html[lang=”tr-TR”]
.product-category h3::after { left: 160px;}
.product-category h2::before, .product-category h3::before { white-space: nowrap;}
.posted-on, .post-info span,
.post-meta .author, .post-meta .comment-number { display: none;}h3
.product-title, .woocommerce h3.product-title {text-transform: none;}
.post-related .item span.f__libre {display: none;}
my filter is very plain. Can you give me some tips on how to make it look better, like color, border line, make each category appear on line by itself, check box, etc.

This is my css code: What other options can i play with to make it nicer in this widget?
.sidebar .widget.yith-woocommerce-ajax-product-filter ul li {
width: 100%;
}.yith-wcan-list li a {
border: none;
display: inline-block;
width: auto;
height: auto;
box-shadow: none;
text-align: left;
}