1. Stepien
  2. Commercial Templates
  3. Saturday, 06 July 2019
  4.  Subscribe via email
I made a onepage website on Ariana template:
http://projectjob.pl
I used news module in top3 position.
Each article is a link. I do not want a link to appear above each article. Every article is to be only on the home page.
How to do this?
References
  1. http://projectjob.pl
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly and you wish to remove the effect on hover, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.j51news .link-icon-outer,
.j51news .hover-overlay {
display: none;
}
.j51news .newsitem .newsimg img {
transform: scale(1);
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, but it is a part.
Still, every article is a link. I want to disable the ability to link articles in this module.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try also adding the following....

.j51news779 .newslink,
.j51news779 .newsimg > a {
pointer-events: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
That it is!
Perfect.
Thank You.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!