StyledThemes

Changing text color bottom widgets

Home Forums WordPress Themes – Premium Lavish Pro Changing text color bottom widgets

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #17327
    Bonnie
    Participant

    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

    #17328
    Binaya D
    Participant

    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

    #36198
    Bonnie
    Participant

    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!

    #36273
    Binaya D
    Participant

    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

    #36340
    Bonnie
    Participant

    Thank you, Binaya, it works like a charm..

    #36344
    Binaya D
    Participant

    Hi Bonnie,

    You are welcome! If you face any problem in further then please let us know.

    Thanks

    #39562
    Bonnie
    Participant

    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!

    #39604
    Binaya D
    Participant

    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

    #39620
    Bonnie
    Participant

    Hi Binaya,

    The text in the widget on the right hand side on this page does not want to color black..

    Thanks!

    #39642
    Binaya D
    Participant

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.