Page 1 of 1

Styling of news-module

Posted: Thu Apr 24, 2025 7:06 am
by otisjame
How do i style the the link "more..." in news-module, with css?

Re: Styling of news-module

Posted: Thu Apr 24, 2025 5:36 pm
by DIGI3
You can use css, and/or you can replace it with your own tag, button, or whatever. {$entry->moreurl} generates the url, so you can create the link however you like.

Re: Styling of news-module

Posted: Fri Jul 11, 2025 11:59 am
by karpel
“Thanks, DIGI3, that helps! Do you happen to know what CSS class or ID the default ‘more…’ link uses, so I can target it directly without changing the template?”

Re: Styling of news-module

Posted: Fri Jul 11, 2025 2:21 pm
by DIGI3
If you're using the "News Summary Sample" template, it will be

Code: Select all

.NewsSummaryLink a
If unsure, remember you can use your browser's inspector tool on the frontend to see. Or just open that template and have a look.