The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Issue about friend/foe list

2 posters

Go down

In progress Re: Issue about friend/foe list

Post by SLGray February 28th 2016, 4:36 am

Code:
#profile-advanced-add a[href*="remove"]

#profile-advanced-add a[href^="/profile?friend"]


Issue about friend/foe list Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Issue about friend/foe list

Post by SLGray February 28th 2016, 5:25 am

That is the selectors for those links.  You will need to add the CSS.


Issue about friend/foe list Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Issue about friend/foe list

Post by Take Notes February 28th 2016, 5:37 am

Code:
#profile-advanced-add a.mainmenu[href^="/profile?friend"] {
  color: #000;
  border-color: #CHOOSE;
  padding-left: 21px:
  background-color: CHOOSE
}

I'm having trouble copying and pasting from my Admin Control Panel so I can't paste all of the code.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Issue about friend/foe list

Post by SLGray March 2nd 2016, 4:05 am

Code:
#profile-advanced-add a[href*="remove"] {
  color: #000;
  border-color: #CHOOSE;
  padding-left: 21px:
  background-color: CHOOSE;
}


Issue about friend/foe list Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Issue about friend/foe list

Post by Take Notes March 2nd 2016, 6:29 am

I can send the code tomorrow to match the one I sent you.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Issue about friend/foe list

Post by SLGray March 2nd 2016, 8:24 pm

SLGray wrote:
Code:
#profile-advanced-add a[href*="remove"] {
  color: #000;
  border-color: #CHOOSE;
  padding-left: 21px:
  background-color: CHOOSE;
}
Did you try this?


Issue about friend/foe list Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Issue about friend/foe list

Post by Take Notes March 2nd 2016, 8:45 pm

Code:
#profile-advanced-add a.mainmenu[href^="/profile?friend"] {
  color:#000; /*This is the text color*/
  border-color:#CHOOSE;
  padding-left:21px;
  background-color: #CHOOSE
}

#profile-advanced-add a.mainmenu[href^="/profile?foe"], #profile-advanced-add a.mainmenu[href*="page_profil=friendsfoes&remove"] {
  color:#000;
  border-color:#CHOOSE;
  padding-left:21px;
  background-color; #CHOOSE;
}
#profile-advanced-add a.mainmenu:hover { box-shadow:0 0 100px rgba(0,0,0,0.1) inset }
Remove the code I sent you earlier and put this in

It is the same code with added code so if you want to just select the part missing and copy it, you can.

Part that is added:
Code:
#profile-advanced-add a.mainmenu[href^="/profile?foe"], #profile-advanced-add a.mainmenu[href*="page_profil=friendsfoes&remove"] {
  color:#000;
  border-color:#CHOOSE;
  padding-left:21px;
  background-color; #CHOOSE;
}
#profile-advanced-add a.mainmenu:hover { box-shadow:0 0 100px rgba(0,0,0,0.1) inset }
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Issue about friend/foe list

Post by Take Notes March 5th 2016, 5:19 am

Try this:
Code:
#profile-advanced-add a.mainmenu[href^="/profile?friend"] {
  color:#000; /*This is the text color*/
  border-color:#CHOOSE;
  padding-left:21px;
  background-color:#CHOOSE
}
 
#profile-advanced-add a.mainmenu[href^="/profile?foe"], #profile-advanced-add a.mainmenu[href*="page_profil=friendsfoes&remove"] {
  color:#000;
  border-color:#CHOOSE;
  padding-left:21px;
  background-color;#CHOOSE;
}
#profile-advanced-add a.mainmenu:hover { box-shadow:0 0 100px rgba(0,0,0,0.1) inset }
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Issue about friend/foe list

Post by Take Notes March 5th 2016, 7:04 pm

Code:
#profile-advanced-add a.mainmenu[href^="/profile?friend"] {
  color: #000; /*This is the text color*/
  border-color: #CHOOSE;
  padding-left:21px;
  background-color: #CHOOSE;
}
 
#profile-advanced-add a.mainmenu[href^="/profile?foe"], #profile-advanced-add a.mainmenu[href*="page_profil=friendsfoes&remove"] {
  color: #000;
  border-color: #CHOOSE;
  padding-left:21px;
  background-color; #CHOOSE;
}
#profile-advanced-add a.mainmenu:hover { box-shadow:0 0 100px rgba(0,0,0,0.1) inset }
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum