- This topic has 7 replies, 2 voices, and was last updated 9 years, 4 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
Are you looking for the best WordPress accessibility plugins? If so, you have landed on the right page. By using accessibility plugins, you can make […]
Christmas New Year WordPress Deals Up to 50% Off on SKT Themes The cost of running a website can quickly add up—especially when you want […]
Top WordPress Halloween Deals on Themes & Plugins Well, well, it is the end of October and the start of November, we are aware of […]