- Posts: 28
- Thank you received: 1
FaceBook "LIKE" TEXT color change
14 years 3 weeks ago #63386
by big5hot
FaceBook "LIKE" TEXT color change was created by big5hot
Hello guyz...
I searched and search, but could not find where to change the "color" to the "LIKE" text.
Thanks again ......"hikashop"
....(the Site has been moved to Clients Site) <-- thanks to All HikaShop staff.
I searched and search, but could not find where to change the "color" to the "LIKE" text.
Thanks again ......"hikashop"
....(the Site has been moved to Clients Site) <-- thanks to All HikaShop staff.
Please Log in or Create an account to join the conversation.
14 years 3 weeks ago #63527
by Eliot
Replied by Eliot on topic Re: FaceBook "LIKE" TEXT color change
Hi there,
This text is generated by the facebook API so it's not a part of Hikashop component.
However you should be able to modify this text by looking at the css class or id of the element and creating css rules for it.
This text is generated by the facebook API so it's not a part of Hikashop component.
However you should be able to modify this text by looking at the css class or id of the element and creating css rules for it.
Please Log in or Create an account to join the conversation.
14 years 3 weeks ago #63664
by big5hot
Replied by big5hot on topic Re: FaceBook "LIKE" TEXT color change
where would i find the css to edit this..?
thanks
thanks
Please Log in or Create an account to join the conversation.
14 years 3 weeks ago #63666
by gidgie
Replied by gidgie on topic Re: FaceBook "LIKE" TEXT color change
Inspect the element with Firebug ( Free firefox extension) and it will tell you exactly which line of which CSS document it will be defined it. In fact, you will be able to have a play with a code on firebug to see what it would look like, instead of changing the file bit by bit and changing it back 
Good luck!
Good luck!
The following user(s) said Thank You: Eliot
Please Log in or Create an account to join the conversation.
14 years 3 weeks ago #63675
by Eliot
Replied by Eliot on topic Re: FaceBook "LIKE" TEXT color change
That's it! Thanks gidgie
Please Log in or Create an account to join the conversation.
14 years 3 weeks ago #63677
by gidgie
Replied by gidgie on topic Re: FaceBook "LIKE" TEXT color change
no worries
Please Log in or Create an account to join the conversation.
13 years 2 days ago #125037
by mpourkos
Replied by mpourkos on topic Re: FaceBook "LIKE" TEXT color change
i can't find the css i have to modify for this
. Although i found the color i want to change, i can't find the file that i should make this change to apply. I want to turn from #333333 to #ffffff
Please Log in or Create an account to join the conversation.
13 years 2 days ago #125064
by Xavier
Replied by Xavier on topic Re: FaceBook "LIKE" TEXT color change
Hi,
A link to your website could help us.
A link to your website could help us.
Please Log in or Create an account to join the conversation.
13 years 2 days ago #125067
by mpourkos
Replied by mpourkos on topic Re: FaceBook "LIKE" TEXT color change
Please Log in or Create an account to join the conversation.
13 years 1 day ago #125153
by Xavier
Replied by Xavier on topic Re: FaceBook "LIKE" TEXT color change
Have you tried the following property in the frontend css file of HikaShop:
In the plugin options, have you selected "Color theme" "Light" ?
Code:
#u_0_3{ color: #ffffff !important; }
Please Log in or Create an account to join the conversation.
Time to create page: 0.269 seconds