Ajax scroller - Change font hyperlink and "from"
- rhayes
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 5 months ago #7017
by rhayes
Hi,
How do I change the font size of the hyperlinks and the text after " days ago from" in the Twitter feed?
www.hsvduno.nl
Thanks,
Remko
How do I change the font size of the hyperlinks and the text after " days ago from" in the Twitter feed?
www.hsvduno.nl
Thanks,
Remko
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
11 years 5 months ago #7018
by Saka
Emir Sakic
www.sakic.net
In your style.css add:
.ajaxscrl small a {
font-size: 10px;
}
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- rhayes
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 5 months ago - 11 years 5 months ago #7019
by rhayes
Do i need to add this is to a new section?
Like:
#ajaxscrl{css id} small a {
font-size: 10px;
}
Like:
#ajaxscrl{css id} small a {
font-size: 10px;
}
Last Edit: 11 years 5 months ago by rhayes.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
11 years 5 months ago #7020
by Saka
Emir Sakic
www.sakic.net
You need to add it to style.css file.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.