Change button to text

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Mar 06, 2014 2:40 pm
Reply with quote
Report this post
Hi,

I am using the template, News and NSP4.

I would like to remove the "Read More" button from NSP4 and just have text - still in the selected template color.
Where do I change this?

Regards
User avatar
Senior Boarder

GK User
Thu Mar 06, 2014 4:05 pm
Reply with quote
Report this post
Hi,
NSP have many options one of them is for read more [on/off]
probably in Article layout settings - but it depends what style you are using for this module.

You can add here URL - I can give you css style to hide [read more] if you can'tfind this option.
User avatar
Platinum Boarder

GK User
Thu Mar 06, 2014 7:23 pm
Reply with quote
Report this post
Hi Pawel,

It is not that I don´t want a "Read More" link - I just want to have it as plain text instead of a button!

Regards
User avatar
Senior Boarder

GK User
Fri Mar 07, 2014 12:03 am
Reply with quote
Report this post
I just want to have it as plain text instead of a button!

Ok, but it probably will request CSS override.. but how I can help you not seeing your page, hmm?
Please add URL
User avatar
Platinum Boarder

GK User
Fri Mar 07, 2014 11:32 am
Reply with quote
Report this post
Hi Pawel,

Sorry, the site is currently only running local while we build.
I have attached an image.

I just want to remove the green color around "Read More" so it does not look like a button, but is just plain text instead. Clearly the functionality when pressing "Read More" should still be there"

My questions is, where do I do this? Where do I make this change?
User avatar
Senior Boarder

GK User
Fri Mar 07, 2014 9:31 pm
Reply with quote
Report this post
Override with this;

Code: Select all
.nspArt .readon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    float: none;
    height: 100%;
    line-height: 14px;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}
User avatar
Platinum Boarder

GK User
Mon Mar 10, 2014 2:09 pm
Reply with quote
Report this post
Thanks for the code!

But I need a bit more help, sorry. I am still learning Joomla.

Where and in what file are you placing this code?

Regards
User avatar
Senior Boarder

GK User
Mon Mar 10, 2014 4:35 pm
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Mon Mar 10, 2014 7:56 pm
Reply with quote
Report this post
Thanks! Working perfect!

Appreciate your help

Best
User avatar
Senior Boarder

GK User
Mon Mar 10, 2014 10:16 pm
Reply with quote
Report this post
But I need a bit more help, sorry. I am still learning Joomla.

No problem, we tried to help. But sometimes its hard to guess what Joomla skills have our members.
I think also in your language there are books and video tutorials about Joomla, it is worth to buy and read/watch them.
For example in ENG about J3.x: http://www.packtpub.com/search?keys=joo ... t=20&op=Go

By the way, since ~3 days we have new Template called " News2" a successor of "News"
User avatar
Platinum Boarder

GK User
Fri Mar 14, 2014 12:12 am
Reply with quote
Report this post
Thanks Pawel, I will have a look at the books and the new template as well.

Cheers,
User avatar
Senior Boarder


cron