By Ferlin Mogot on Wednesday, 27 November 2013
Posted in General Issues
Replies 8
Likes 0
Views 811
Votes 0
Hello, I wanna change font color in this page.
I wanna change "Create an account" color to red (#F00).
I had add code:
ul li a .float-r {
color:#F00 !important;
}

in /templates/yoo_venture/styles/white/css/style.css, but not change.
anybody can help me?

Thank in advance.
Hello Ferlin,

Please replace attached file in ..\components\com_easyblog\themes\default\guest.login.php . And add this CSS code in your template css file:


.create-account {
color: #F00 !important;
}


Hope this helps.
·
Wednesday, 27 November 2013 15:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nik, thank you for your help.
·
Wednesday, 27 November 2013 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

You're welcome.
·
Wednesday, 27 November 2013 16:08
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome and I am glad that your issues are resolved now.
·
Wednesday, 27 November 2013 18:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, how to change the text?
For example I wanna change the the to"Resgister Now"

Thanks
·
Friday, 06 December 2013 16:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

Sorry for the late reply. The text are all in

JOOMLA/language/en-GB/en-GB.com_easyblog.ini

Search for the test you want to change here. The codes are at line 1014

COM_EASYBLOG_CREATE_AN_ACCOUNT="Create an account"

Hope this helps.

Thanks!
·
Friday, 06 December 2013 16:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adelene, thanks for your help. Great day.
·
Friday, 06 December 2013 17:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

You're welcome.
·
Friday, 06 December 2013 17:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post