By Rosauro Reyes on Thursday, 20 September 2018
Posted in General Issues
Likes 0
Views 697
Votes 0
Hello,

On the home page of the forum(EasyDiscuss) There is a padlock icon and if you click it you will see Sign in to your account. If you are new here please register for an account. The "register for an account" is actually a button, if you hover your mouse the cursor will change to a hand. Is there a way for me to change this button to make it more visible, change the color or place an underline or change it to a blue color with underline to make it a classic link. I understand html and css. I just don't know what folder to change it so that when any update the changes will not be affected. Please help.

Kind Regards,
Hey there,

In order to change it and not to be affected during the next update, you need to copy the default.php file which is at JoomlFolder/components/com_easydiscuss/themes/wireframe/toolbar/default.php then paste and modify it at the template override location which is at JoomlaFolder/templates/YourCurrentTemplate/html/com_easydiscuss/toolbar/default.php.

Do take note that you need to create the folders out manually.

The line for "register for an account" link is 487.
·
Thursday, 20 September 2018 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You mean on the template folder I have to create these folders com_easydiscuss/toolbar/default.php? Because I can't see them there, just making sure if I understand you correctly.

You have pointed the default.php I can see the class at line 487. So I'm going to use this class and add my CSS, but what CSS folder is that? And what CSS file? Please help. I'm familiar with html and CSS with only little knowledge when it comes to PHP.

Thanks for the fast reply.

Kind Regards,
·
Thursday, 20 September 2018 21:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

You mean on the template folder I have to create these folders com_easydiscuss/toolbar/default.php? Because I can't see them there, just making sure if I understand you correctly.

Yup, you understand correctly. As long as you don't see the folders that I mentioned, you need to create it out manually.

You have pointed the default.php I can see the class at line 487. So I'm going to use this class and add my CSS, but what CSS folder is that? And what CSS file? Please help. I'm familiar with html and CSS with only little knowledge when it comes to PHP.


My apologized. I just realized that actually you don't need to touch the default.php file that I mentioned.

Here's the easist way, you can paste the following CSS code into Backend > EasyDiscuss > Themes > Custom CSS:


#ed .popbox-dropdown__meta a:link {
text-decoration: underline !important;
}


Do take note that remember to clear all your cache before you see the changes.

Can you have a try and see how it goes?
·
Friday, 21 September 2018 11:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Thanks excellent support, very helpful! I appreciate.

I'm sorry that I have replied only now, I was very busy.

Feel free to close this ticket

Kind Regards,
·
Saturday, 06 October 2018 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Rosauro.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Saturday, 06 October 2018 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Saturday, 06 October 2018 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post