Hello, how to change Blog post cat. Style 2 (left slide with right posts scrollbar) title color & category tabs background color in it?
Attachments:
You must be
logged in to view attached files.
And how to change Load more text font and text color
Hi @deantep,
I hope you are well today and thank you for your question.
You can change it 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
.sh-categories-tabs li a {
color: #000;
}
#page-container .sh-categories-tabs li.active a {
background-color: #000 !important;
color: #fff;
}
#page-container #content .sh-load-more {
background-color: #000;
color: #fff;
}
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
Best regards,
Shufflehound team
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.