- Posts: 12
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Changing the title size (default style)
Changing the title size (default style)
- Mitzi Gilbert
- Topic Author
- Offline
- New Member
Less
More
10 years 3 months ago #56065
by Mitzi Gilbert
Changing the title size (default style) was created by Mitzi Gilbert
How can I change the size of the titles in the Simple RSS Feed module (default style)?
Can you send me the CSS to add to the template?
thanks
Can you send me the CSS to add to the template?
thanks
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #56070
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Changing the title size (default style)
By default the title is an h3 element.
It inherits your template's font sizes.
If you want to increase/ decrease it you can control it with
It inherits your template's font sizes.
If you want to increase/ decrease it you can control it with
.srfrContainer h3 { font-size: XXpx; }
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Paul Aldridge
- Offline
- New Member
Less
More
- Posts: 2
7 years 5 months ago #162213
by Paul Aldridge
Replied by Paul Aldridge on topic Changing the title size (default style)
My module isn't picking up my templates style so the description font is too big.
3rd Peel
Is there a way of correcting this please without editing as my skills with coding are very limited.
Many thanks in advance
Is there a way of correcting this please without editing as my skills with coding are very limited.
Many thanks in advance
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 5 months ago #162221
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Changing the title size (default style)
Hello,
Paste this snippet in your template's stylesheet.
Paste this snippet in your template's stylesheet.
ul.srfrList li.srfrRow h3 { font-size: VALUE_IN_PXpx; }
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Paul Aldridge
- Offline
- New Member
Less
More
- Posts: 2
7 years 5 months ago #162232
by Paul Aldridge
Replied by Paul Aldridge on topic Changing the title size (default style)
Thankyou so much - that's perfect..
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 5 months ago #162234
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Changing the title size (default style)
You 're welcome Paul :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Changing the title size (default style)