Bromley Theme: Change Sidebar Widget Text Colour

  • Unknown's avatar

    Hi there

    Some of my side bar widgets text are in an annoying light grey colour, for example >> Gravatar text, Images (Just Turn Left: Available on Amazon/TEFL Teaching & Living in China) & Follow Blog.

    Can someone help me out and give me the CSS code to change it to black or a colour.

    Any help much appreciated

    The blog I need help with is: (visible only to logged in users)

  • Hi there!

    If I understand you, you can use this little css code to make your paragraph texts in sidebar to be red (of course, you can change it to black, but I suggest you to try red first just to clearly see what’s changing).

    .sidebar {
    color: red !important;
    }

    I hope this helps you :)

  • Unknown's avatar

    Thanks for that. Worked a treat though it didn’t change the text in the ‘Image’ widgets.
    Any chance of a bit more help raulanton?

  • Hi again.

    I’m not sure to understand which are those ‘Image’ widgets, but if you mean widgets at the bottom, you could try this CSS code:

    #footer-widgets {
        color: red;
    }

    I hope that works for you. In other case, just ping here again by adding a text in those Widgets whose color you’d like to alter :)

  • Unknown's avatar

    Hi there
    Thanks for dropping by again
    There is a widget that goes into the side bar called ‘Image’
    You can add your own image and link to wherever.
    In my case its for my book and the text is: ‘Available on Amazon via this link’ and also one that says ‘TEFL: Teaching & Living in China: Andy Smart’s Other Website’
    They are on the sidebar under my video and gravatar.

    Thanks for your time

  • I got it! :)

    Here it is:

    .widget.widget_image .wp-caption .wp-caption-text {
        color: blueviolet;
    }

    You are very welcome!

  • Unknown's avatar

    Yes yes >> At last it worked >> Thanks for your help

  • Pleased to see that helped. :)

  • The topic ‘Bromley Theme: Change Sidebar Widget Text Colour’ is closed to new replies.