This page is no longer supported and new questions will not be answered. Click
here for future BoldGrid questions or inquiries.
I have created a dark coloured header and footer so my text for the menus and company name are white to improve visibility, my pages main body background is white.
When I create a blog post the ‘posted on’ and ‘by’ labels are black but the variables date and author are white so are not visible. How can I change the colour of the test of the date a and authors variable text?
Hello,
The easiest way to do this would be to create a custom CSS rule for this. You can find the text div id by inspecting the element in your browser and then create an entry like what i have added below and add it in the custom CSS section of your customizer.
yourdivid {
color: yourcolor;
}