4.In this page: http://dg.wbit.co.il/%D7%9E%D7%90%D7%9E%D7%A8%D7%99%D7%9D-%D7%95%D7%9E%D7%97%D7%A7%D7%A8%D7%99%D7%9D/
I need to make several costumizations, are it possible:
a. Change icon on image hover
b.Remove item title
c.change collor of the text
d. remove the date and 2 sepparate lines below and about the date with the date.
e remove smal bold grey line between item headline and descroption text
Also it will be wonderful to add a button with (read more) text wuth link to this post
ex3.jpeg –
Hey wbitsolutions,
a) Refer to: https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/#post-121206
b) Use this code inside Quick CSS field:
.blog-categories.minor-meta {
display: none !important;
}
c+d) I can’t find the elements in question on the link you’ve provided. Please check.
e) Use this code:
.av-vertical-delimiter {
display: none !important;
}
Best regards,
Andy