Recent Posts Footer-Widget Font Color - by Stage01

This topic has 8 replies, 4 voices, and was last updated 8 years, 8 months ago ago by Stan Russell

  • Avatar: Stage01
    Stage01
    Member
    July 23, 2015 at 17:30

    Hi,

    I cannot seem to adjust the font color of the titles of blog posts in the recent posts widget inside the footer. As a result the widget looks broken; whereas just the text is dark, along with a dark background.

    I tried searching for similar questions, but to no avail. Thanks in advance!

    7 Answers
    Avatar: stan
    Stan Russell
    Participant
    July 24, 2015 at 09:12

    Hello,

    please add following code to your custom.css file:

    .sidebar-widget .blog-post-list a{
    color:brown;
    }

    Regards,
    Stan Russell.

    Avatar: Stage01
    Stage01
    Member
    July 24, 2015 at 16:06

    Hi Stan,

    With custom.css enabled in the theme settings, and that file adjusted according to your suggested css code, I still face the same problem. The title (which is a link) still remains invisible.

    Perhaps this has to do with it?
    a:link
    a:visited
    a:hover
    a:active

    In all cases I would want the text to portray in white. Same counts for the author name which is directly below it – but I am assuming that is a bit more tricky.

    Thanks for you help.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 25, 2015 at 09:38

    Hello,

    Please provide us with WP dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: Stage01
    Stage01
    Member
    July 26, 2015 at 21:13

    View private content

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 27, 2015 at 12:29

    Hello,

    Try to use this code in custom.css file:

    .footer-top-2 .sidebar-widget .blog-post-list .media-heading a, .footer-top-2 .sidebar-widget .blog-post-list .media-body strong
     {
      color: white !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: bobvansoest
    bobvansoest
    Participant
    July 29, 2015 at 20:04

    Hi,

    how can i make the month of the recent post white?

    Best Regards,

    Bob

    https://www.dropbox.com/s/73wku2ut37y6hes/Screenshot%202015-07-29%2020.57.43.png?dl=0

    Avatar: stan
    Stan Russell
    Participant
    July 30, 2015 at 07:25

    Hello,

    please use following css code:

    .main-footer .date-event {
    color:white;
    }

    Regards,
    Stan Russell.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.