Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1470154

    Hello, How do I change the color of the Footer Blog Widget Title and font Color. I’m using the a page for the footer instead of the widgets and the styling is not applying. I would like to the text color change for the title/ date / and category

    #1470191

    Hey michelebond,

    Thank you for the inquiry.

    You can use this css code to adjust the color of the widget title:

    .main_color div .news-headline .news-title {
        color: #ffffff;
    }

    Best regards,
    Ismael

    #1470263

    Thanks! How would I change the Date and categories as well?

    #1470301

    Hi,

    Thank you for the update.

    Please include this css code to adjust the color of the date and categories:

    #top .news-content .news-link a, #top .news-content .news-time {
        color: #ffffff;
    }

    Best regards,
    Ismael

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