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.
Tagged: theme style.css file
- This topic has 2 replies, 2 voices, and was last updated 10 years, 6 months ago by
tgg.
-
AuthorPosts
-
03/11/2013 at 11:44 am #253743
tgg
ParticipantHi Steven I also need to change the background colour to black for my cmaps but I don’t know where to access the theme’s style.css file. Any help with this would be greatly appreciated.
03/12/2013 at 12:14 am #253821Steven Zahm
KeymasterThe styles.css file for cMap can be found here:
../wp-content/connections_templates/cmapThis is the section of the file you’ll want to edit to change the background color:
#cn-cmap .cn-entry { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4); -moz-box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4); box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4); -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#CCC')"; /* For IE 8 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */ background: #e3e3e3; /* Old browsers */ background: -moz-linear-gradient(top, #e3e3e3 1%, #f1f1f1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e3e3e3), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* IE10+ */ background: linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */ border:1px solid #D3D3D3; font-size: 12px; margin: 10px 4px; padding: 12px; position: relative; }
I hope that helps!
03/12/2013 at 11:02 am #253864tgg
ParticipantSorry Steven I don’t know where “../wp-content/connections_templates/cmap” is —can you be more specific, never edited a theme style.css file for cmaps before and not sure where to even go look — if you could point me in the right direction that would be great.
Thanks,
Yani -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.