Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

[SOLVED] CB Connections: Icon Query

  • Debayne
  • Debayne
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
12 years 1 month ago - 12 years 1 month ago #216405 by Debayne
[SOLVED] CB Connections: Icon Query was created by Debayne
Hi,

I have been asked by a client if the icon next to Request Connection can be changed from a heart as it is not appropriate for the website.

I have checked through the files and cannot find it anywhere.

Can someone please advise how I can do this?

Thanks,
Debbie
Last edit: 12 years 1 month ago by Debayne. Reason: Solved

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
12 years 1 month ago #216425 by krileon
Replied by krileon on topic Re: CB Connections: Icon Query
Yes, it's just CSS and you can adjust it to whatever you want. On CB 1.9 you'll find such CSS at the below location of the default template.

components/com_comprofiler/plugin/templates/default/template.css

The below is the CSS for all the Connections menu link icons.
Code:
ul.cbMenuULlist li.cbMenu_UE_MENU_MANAGEMYCONNECTIONS a {background: url(/images/mini-icons/cbicons.png) repeat-y 0px -3000px; display:block;} ul.cbMenuULlist li.cbMenu_UE_MENU_MANAGEMYCONNECTIONS a:hover {background:#dee1e3 url(images/mini-icons/cbicons.png) repeat-y 0px -3100px;} ul.cbMenuULlist li.cbMenu_UE_ADDCONNECTIONREQUEST a {background:url(images/mini-icons/cbicons.png) repeat-y 0px -3200px; display:block;} ul.cbMenuULlist li.cbMenu_UE_ADDCONNECTIONREQUEST a:hover {background:#dee1e3 url(images/mini-icons/cbicons.png) repeat-y 0px -3300px;} ul.cbMenuULlist li.cbMenu_UE_ADDCONNECTION a {background:url(images/mini-icons/cbicons.png) repeat-y 0px -3200px; display:block;} ul.cbMenuULlist li.cbMenu_UE_ADDCONNECTION a:hover {background:#dee1e3 url(images/mini-icons/cbicons.png) repeat-y 0px -3300px;} ul.cbMenuULlist li.cbMenu_UE_REMOVECONNECTION a {background:url(images/mini-icons/cbicons.png) repeat-y 0px -3400px; display:block;} ul.cbMenuULlist li.cbMenu_UE_REMOVECONNECTION a:hover {background:#dee1e3 url(images/mini-icons/cbicons.png) repeat-y 0px -3500px;} ul.cbMenuULlist li.cbMenu_UE_REVOKECONNECTIONREQUEST a {background:url(images/mini-icons/cbicons.png) repeat-y 0px -3400px; display:block;} ul.cbMenuULlist li.cbMenu_UE_REVOKECONNECTIONREQUEST a:hover {background:#dee1e3 url(images/mini-icons/cbicons.png) repeat-y 0px -3500px;}

You'll need to supply a custom background to your icon. It's best to make your changes and place them in the bottom of your Joomla template CSS file though as if you place in default CB template your changes will be lost on upgrade.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: Debayne

Please Log in or Create an account to join the conversation.

  • Debayne
  • Debayne
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
12 years 1 month ago #216593 by Debayne
Replied by Debayne on topic Re: CB Connections: Icon Query
Thanks Kyle.

All sorted now :)

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum