Styling of news-module
Styling of news-module
How do i style the the link "more..." in news-module, with css?
Re: Styling of news-module
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.
Not getting the answer you need? CMSMS support options
Re: Styling of news-module
“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
If you're using the "News Summary Sample" template, it will be
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.
Code: Select all
.NewsSummaryLink a
Not getting the answer you need? CMSMS support options