Hi
I am using the pro version of the Golden Eagle theme.
Is it possible to change the color of the "sign up now" bar including button and text?
Thanks,
stevie
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
Hi
I am using the pro version of the Golden Eagle theme.
Is it possible to change the color of the "sign up now" bar including button and text?
Thanks,
stevie
To change the color of the text put the following code in custom css
Appearance -> theme options -> styling options -> custom css
.feature-buttons a.btn-1 {
color: white !important;
}
And in button image is used in order to change the color of the button you have to edit the image with the help of image editing tool.
This will solve your problem.
Thanks.
Thanks or the quick reply.
I added the code to custom css but nothing happened. I am sure I have to replace "white !important;" by something else, but I don't know how. Could you explain in detail, please?
Where do I find the button image?
And more important, could you help me with my first question, please: how can I change the background color of the bar?
Thanks.
Yes you have to write your color value in the place of white, no need to remove !important.
Secondly you will get the image in the 'images' directory of your theme directory. The name of the image is "button23.png".
Thirdly to change the backround color of the bar you have to put the following code in your custom css
.feature-strip {
background: grey;
}
You can put the color value according to your requirement in place of 'grey'.
Thanks.
Perfect! Thanks a lot.
This topic has been closed to new replies.