- This topic has 7 replies, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Change Color of Toggle button Text
Change Color of Toggle button Text
Under support plans it’s green now.
http://www.itbox.ca/business-services/
How to change name color in testimonials. It’s red now.
http://www.itbox.ca/
And finally how to change size of Widgets area at bottom. I want to reduce it.
Many thanks!
Hi Tarsem,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.slide_toggle a{color:#1e90ff !important;}
#testimonials li cite, .about-testimonial li cite{color:#1e90ff !important;}
#copyright ul li:hover a, #copyright ul li.current_page_item a{color:#1e90ff !important;}
Regards,
Brad
Thanks Brad! How about changing size of Widget area at the bottom?
Hi Tarsem,
You can change the size of the widget by adding this code in Custom CSS Box
#footer aside.widget.first{width:30% !important;}
#footer aside.widget.second{width:30% !important;}
#footer aside.widget.third{width:30% !important;}
#footer aside.widget.last{width:20% !important;}
Regards,
Brad
Thanks for your quick reply.
What if i don’t want anything in Widget area? Right now it’s just empty box. How can i remove that. www.itbox.ca
Fixing height doesn’t work well and Widgets have it’s own properties.
Thanks
Hi Tarsem,
You can hide them with the help of CSS.
#footer aside.widget.first{display:none;}
#footer aside.widget.second{display:none;}
#footer aside.widget.third{display:none;}
#footer aside.widget.last{display:none;}
Regards,
Brad
That works but but not 100%. Widget area is still visible but not as much as before.
Hi Tarsem,
If you want to hide entire widget area then add this code in custom css box:
#footer{display:none;}
Regards,
Brad
WordPress Migration to New Server From now on, you don’t need to worry about the WordPress migration to the new server. Because it looks complex, […]
Many people look forward to creating a website using WordPress because WordPress permits all the features and functionality that online store business required. Hence, WordPress […]
Migration of e-Commerce Website If you have decided on the migration of e-commerce website, you are most probably already familiar with this. When you migrate […]