- Posts: 5
COMMUNITY FORUM
Change Font & Font Colour....
- IzzabelleKoala
- Topic Author
- Offline
- New Member
Less
More
13 years 11 months ago #37448
by IzzabelleKoala
Change Font & Font Colour.... was created by IzzabelleKoala
Hello,
Please can you tell me how i can change the following:
Font Color
Font Size and font
Thank you
IzzabelleKoala
Please can you tell me how i can change the following:
Font Color
Font Size and font
Thank you
IzzabelleKoala
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 11 months ago #37449
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Change Font & Font Colour....
Please provide me a link to your site and explain me what exactly you want to change in order to help you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- IzzabelleKoala
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
13 years 11 months ago #37450
by IzzabelleKoala
Replied by IzzabelleKoala on topic Re: Change Font & Font Colour....
My website is: www.cool-freebies.co.uk/Paradox/
I want to change the text under Free Stuff...
Thank you
IzzabelleKoala
I want to change the text under Free Stuff...
Thank you
IzzabelleKoala
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 11 months ago #37451
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Change Font & Font Colour....
Just go to Paradox/modules/mod_jw_srfr/tmpl/compact/css/style.css folder at line 25
and change thisto this
and change this
div.srfrContainer ul.srfrList li a {
display: block;
font-family: Tahoma,Geneva,sans-serif;
line-height: 120%;
text-decoration: none;
}
div.srfrContainer ul.srfrList li a {
color: THE ONE YOU WANT;
display: block;
font-family: THE ONE YOU WANT;
line-height: 120%;
text-decoration: none;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- IzzabelleKoala
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
13 years 11 months ago #37452
by IzzabelleKoala
Replied by IzzabelleKoala on topic Re: Change Font & Font Colour....
Thank you Katia,
Just one more question... The line that is between the Date & Time how do i delete it.
Thank you
IzzabelleKoala
Just one more question... The line that is between the Date & Time how do i delete it.
Thank you
IzzabelleKoala
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 11 months ago #37453
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Change Font & Font Colour....
This is not css...
It is generated from this line of codeat mod_jw_srfr.php folder.
It is generated from this line of code
$feedItemDateFormat = $params->get('feedItemDateFormat','j M Y | g:i a');
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- IzzabelleKoala
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
13 years 11 months ago #37454
by IzzabelleKoala
Replied by IzzabelleKoala on topic Re: Change Font & Font Colour....
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 11 months ago #37455
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Change Font & Font Colour....
Did you remove the module from your site? cause I cannot see it...
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- IzzabelleKoala
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
13 years 11 months ago #37456
by IzzabelleKoala
Replied by IzzabelleKoala on topic Re: Change Font & Font Colour....
Yes i did remove it but i will add it back again...
Thank you
IzzabelleKoala
Thank you
IzzabelleKoala
Please Log in or Create an account to join the conversation.