Front Page › D5 Creation Forum › General Support › Small Business Extend – How to change top of page social media buttons background color
Is there a possibility of changing the purple background on the social buttons located on top of the page in the Small Business Extend theme? I would also like to change the font color of the bottom Proud Sponsors sentence from pink to Grey, your help is appreciated.
Thanks,
Jorj
Thanks,
Jorj
You can add this code in the Custom Code within Head Area of Theme Options changing the Color Values as expected.
h2#client-text.post-title {
color: #FBAF9D;
opacity: 0.7;
text-shadow: 1px 1px 3px #EEEEEE;
}
</style>
Thanks a lot for your prompt response, can you please tell me what the RGB code for the red used in the top menu? I would also wish to change the client text font color in clients or partners list to be similar to the front page heading font and color.
I appreciate your time,
Thanks,
Jorj
I appreciate your time,
Thanks,
Jorj
#AAAAAA
Where do i change that please? style.css? sorry to bother you with that many questions and thanks for your help again.
Jorj
Jorj
Users are requested not to edit the Theme Files as the customization of Theme Files will be overwritten during next Theme Update. You should implement all styling in the Custom Code with Head Area of Theme Options. Settings of Theme Options will not be hampered during Theme Updating.
You should use the Color Code in the above code we sent you just above.
h2#client-text.post-title {
color: [b]#AAAAAA;[/b];
opacity: 0.7;
text-shadow: 1px 1px 3px #EEEEEE;
}
</style>
Actually the #AAAAAA is the code for the client text font color, i am looking for the front page heading RGB code please, they are different.. thanks..
for #AAAAAA : R- 170, G- 170, B- 170
#AAAAAA is the heading text font color.
Can you please open http://www.winkos.com and see the difference in the two font colors?
This is the code that i am using as you sent it:
}
h2#client-text.post-title {
color: #AAAAAA;
opacity: 0.7;
text-shadow: 1px 1px 3px #AAAAAA;
}
Yet the colors don’t match, the client text looks kind of pinkish!
Thanks,
Jorj
This is the code that i am using as you sent it:
}
h2#client-text.post-title {
color: #AAAAAA;
opacity: 0.7;
text-shadow: 1px 1px 3px #AAAAAA;
}
Yet the colors don’t match, the client text looks kind of pinkish!
Thanks,
Jorj
Don’t use #AAAAAA for the text-shadow. Use different one here like #EEEEEE
It worked with #606060 and text-shadow #EEEEEE
I really appreciate your help regardless, you guys are really awesome, keep up the good work!
Regards,
Jorj
🙂 Thank you for your appreciation. Actually the Heading Color is #AAAAAA but the opacity value .7 is a factor. You can change the opacity value to 1 to show the original color without transparency.
Worked like a charm! Thanks a lot again 🙂
Jorj