Home › Forums › WordPress Themes – Premium › Lavish Pro › Changing text color bottom widgets
Hi,
I am trying to change the color of the text in the bottom widgets, but can’t find where to change the settings. I tried all bottom widget setting in color settings>colors. Can you help me out?
Thank you
Hi Bonnie,
Please use the following css to fix your issue;
.lr_widgets_bottom_widget .textwidget {
color: #FF0000;
}
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Hi Binaya,
Sorry for the late reply. I put the code in the child the CSS editor, but it does not change the text color of the bottom widgets. Can you help me out?
URL: http://www.wingsofabrighterfuture.nl/
Thanks!
Hi Bonnie,
Thanks for the Site URL, it will be easy to provide solution if there is Sit URL, so please replace the above code with following code. We hope you understand.
.lr_widgets_bottom_widget p {
color: #40281a;
}
Thanks
Thank you, Binaya, it works like a charm..
Hi Bonnie,
You are welcome! If you face any problem in further then please let us know.
Thanks
Hi Binaya,
I now have the same problem with a text widget in the ‘page right side bar’ area. I tried to find the approprate code myself, but to no avail. Can you help me out?
Thanks!
Hi Bonnie,
Could you please mention your site URL, so that it will be easy to both of us to find the solution asap. We hope you understand.
We look forward to your respond.
Thanks
Hi Binaya,
The text in the widget on the right hand side on this page does not want to color black..
Thanks!
HI Bonnie,
Please use the following css to fix your issue;
.page-id-7 .left_sidebar {
color: #fff;
}
.page-id-7 #recent-posts-3 h3, h3 a, #recent-posts-3 ul li a {
color: #fff !important;
}
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.