Product Categories Text Colour Change

Hi guys,

I have been trying to change the text colour of the product categories in the sidebar. I tied using some CSS codes from other posts but no luck.

Any idea how I can change it from the current blue and purple? I would like to determine the colours for all states i.e.focus,hover,etc

Thank you

Hi @shahidul,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you to change its color?

Kind Regards,
Movin

Hi,

I hope your are well also.

This is the site Link

On a separate note I am having trouble getting the image on the homepage to have no space on each side, as you will see. I have the default setting for the website as left sidebar. For the home page I have set it to full width. I used as code you provided on a another thread to make the image 100% width or something like that and this is the result I have so far. Any idea on how to make it so there is no gaps on both ends. Also what would the recommended size be for such a case and will it resize on smaller/larger screens.
Do you want me to start a new thread for this question.

Thanks

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


#page .widget a:hover {
    color: #2e4c7b;
}
#page .widget a {
    color: #000;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Do you want me to start a new thread for this question.

Yes you are right please create a separate topic for your other question.

Hi Movin,

This has worked.

Thank you

You are most welcome here :slight_smile: