Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

venture template - hover modification for other social networks

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi!

is there a way to modify the color of the social networks when hovered over. for example when you hover over google plus it goes red but when you hover over networks under the other networks such as youtube its goes blue (instead of the youtube red).

Thanks in advance!!!
  • Evyenia's Avatar
  • Evyenia
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Do you have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi

Its www.tradingcoacholi.com/en/

I am refering to the links on the top left corner...

Thanks!!!
  • Evyenia's Avatar
  • Evyenia
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Is it just Youtube you want to change?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Evyenia
Hi,

no i would like xing green also

Thanks!
  • Evyenia's Avatar
  • Evyenia
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
For the font colour something along the lines

.social-wrap.fixed a:nth-child(5n) span:hover {color:red !important;}

if you want to change the font
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Evyenia
For background color

.social-wrap.fixed a:nth-child(5n) span:hover {background-color: red;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Evyenia
For the border element

.social-wrap.fixed a:nth-child(5n) span {border-left:4px solid #fff;}

changing the #ff value as required

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Evyenia
These styles are using to work as there no hooks for unlisted icons

css-tricks.com/almanac/selectors/n/nth-child/
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Evyenia

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers