Hi,
I am using blog post element on my home page. You gave mi code which i can change read more text i insert this css code into style.css(enfold child):
.rm a.more-link:before {
content:’Detaljnije…’ !important;
font-size: 15px;
}
.rm a.more-link {
font-size: 0 !important;
}
i have created rm class and insert it in blog post element in section custom css class and it worked, but i dont know how, we did not touch anything, did not install any plugin it suddenly reverse to read more text again.
Blog post is at the bottom of home page…link in private content
Hey Uroš,
Credentials did not work for me. Could you please update the credentials?
Best regards,
Victoria
Hi Uros,
Please try the following css:
.avia-builder-el-29 + .av-alb-blogposts a.more-link:before {
content:'Detaljnije…' !important;
font-size: 15px;
}
.avia-builder-el-29 + .av-alb-blogposts a.more-link {
font-size: 0 !important;
}
Best regards,
Victoria
Code is not working. Can you check why rm class is not insert in code even i insert it in custom class section and update page
Hi,
can you please look at my thread, the code you gave me is not working
Hi Uros,
Best regards,
Victoria
cool tnx