Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 4 replies, 3 voices, and was last updated 9 years, 12 months ago by
Ray Atreides.
-
AuthorPosts
-
06/03/2013 at 3:05 am #261451
Ray Atreides
GuestHi there,
I have the Slim Plus Template installed on a site under development.
I am trying to change the text size of the Bio. I have tried a number ways to change the text size but all to no avail.
The URL in question is http://wwwtamborinemtnccorgau.zippysites.com/listing-categories-main/
Can you offer any advice please.
Regards,
Ray
06/03/2013 at 12:05 pm #261486Steven Zahm
Keymaster@ Ray
You need to edit the slim-plus.css file found here:
../wp-content/plugins/slim-plus
Change the value here:
#cn-slim-plus .cn-entry { clear: both; font-size: 12px !important; position: relative; }
Make a new minified version named slim-plus.min.css and overwrite the original version.
after you do that, make sure to force refresh to browser to see the changes.
06/04/2013 at 1:32 am #261582Ray Atreides
ParticipantHi Steven,
I am still unable to change the text size of the BIO field.
The CSS code you sent me appears to apply only to the rest of the listing NOT to the BIO field? This text shows at 16px and I want to reduce this to 12px.
I tried what you said by adjusting the CSS code you mentioned and by changing the font size down or up I was able to effect all fields except the BIO field.
I noticed another CSS code section in the CSS file..
#cn-slim-plus .bio, #cn-slim-plus .note {
margin: 0 0 1em 0;
line-height: 1.5em;
}I tried adding ‘font-size: 12px;’ to this and to the CSS file and creating a minified version but this did not work for me.
Would you please advise bearing in mind that it is the BIO text that I need to change the font size for.
Regards,
Ray
06/04/2013 at 8:51 am #261595Steven Zahm
Keymaster@ Ray
It seems the font size of the bio is being picked up from the theme. Add this should override it:
#cn-slim-plus p { font-size: 12px; }
06/05/2013 at 12:15 am #261749Ray Atreides
GuestHi Steven,
That did it. Many thanks!
Regards,
Ray
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.