Changing text button text size.
- Michael
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
4 years 11 months ago #1
by Michael
Changing text button text size. was created by Michael
What (where) is the correct css style that adjust the text size when using the add/delete buttons? It appears much larger than the rest of the text on the page and I can't seem to get it to adjust.
In case it matters, I am having this show in the community builder template via a modload using cb's custom html field as opposed to inside a joomla template.
In case it matters, I am having this show in the community builder template via a modload using cb's custom html field as opposed to inside a joomla template.
Please Log in or Create an account to join the conversation.
- Christopher Mavros
-
- Offline
- Administrator
-
4 years 11 months ago #2
by Christopher Mavros
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Replied by Christopher Mavros on topic Changing text button text size.
Hi again Michael.
Do you want MyShortlist's button to appear as a simple text, or simply change the font-size?
If you only want to change the font-size, maybe you can add the following in the Advanced tab, Custom CSS:
Do you want MyShortlist's button to appear as a simple text, or simply change the font-size?
If you only want to change the font-size, maybe you can add the following in the Advanced tab, Custom CSS:
Code:
.myshortlist.button.delete_button { font-size: 12px; }
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Please Log in or Create an account to join the conversation.
- Michael
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
4 years 11 months ago #3
by Michael
Replied by Michael on topic Changing text button text size.
I found the problem! I am using gantry 5 as the template & it was overwriting the css from the module.
In order for it to work the css needs to be placed in a custom css atom on the page settings (for the template).
In order for it to work the css needs to be placed in a custom css atom on the page settings (for the template).
Please Log in or Create an account to join the conversation.
- Christopher Mavros
-
- Offline
- Administrator
-
4 years 11 months ago #4
by Christopher Mavros
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Replied by Christopher Mavros on topic Changing text button text size.
Thanks for sharing Michael!
Let me know if you need any further assistance!
Let me know if you need any further assistance!
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Please Log in or Create an account to join the conversation.
Moderators: Christopher Mavros