Hi,
I have a question. I want to disable Read More sliding, so that all text can be visible. Another words i want it exapnded as a deafault.
Can you give me some advice or solution for this issue.
Thx in adance.
Hi,
I have a question. I want to disable Read More sliding, so that all text can be visible. Another words i want it exapnded as a deafault.
Can you give me some advice or solution for this issue.
Thx in adance.
Hey,
in js/avia.js delete following line:
jQuery(".read-more-icon").avia_expand_element({subelements:'strong'});Thx a lot it works but there is still a problem. Now i still have to move mouse over the arrow to see text. I want to have both arrow and text "read more" visible from the begining, permanetly.
Add following css code to css/custom.css:
.read-more-icon{
width:auto;
text-decoration: none;
}
.read-more-icon strong{
display:block;
}Ok it works fine.
Thx Dude .
Glad that I could help you :)
You must log in to post.