Home › Forums › All Other Themes › Change Color of Toggle button Text
- This topic has 7 replies, 2 voices, and was last updated 7 years, 1 month ago by
Forum Moderator.
-
AuthorPosts
-
April 10, 2016 at 1:37 am #29896
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!
April 11, 2016 at 5:10 am #29965Hi 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,
BradApril 19, 2016 at 6:53 am #30853Thanks Brad! How about changing size of Widget area at the bottom?
April 19, 2016 at 7:04 am #30854Hi 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,
BradApril 19, 2016 at 7:23 am #30858Thanks 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
April 19, 2016 at 7:30 am #30860Hi 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,
BradApril 19, 2016 at 7:37 am #30862That works but but not 100%. Widget area is still visible but not as much as before.
April 19, 2016 at 7:51 am #30867Hi Tarsem,
If you want to hide entire widget area then add this code in custom css box:
#footer{display:none;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.