Home › Forums › Gillion Theme › Load more button – change font color
Home › Forums › Gillion Theme › Load more button – change font color
Hi,
How can I change font color of load more button?
Best regards,
Jürgen
Hi Jürgen,
Thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Pls see below.
Solution for this topic
You can achieve its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-load-more { color: #000; }
You can 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_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Perfect. Thank you.
You are always welcome here 🙂