• Resolved jazz_est

    (@jazz_est)


    Hi,

    When using the Footer Widget for Recent Posts display, the post links are black/the same colour as the background and only visible when hovered over (turn orange in my case).

    Is it possible to change the link colour myself or how to sget around it so they′ll stand out from the background by default?

    Thank you!

    Best Regards,
    Risto

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello Risto,

    Thanks for reporting this issue, i have noticed the same thing and you can expect update will be released very quickly.

    Until that you can add this css code into theme style.css file:

    .widget a {
    	color: #8C8989;
    }

    Regards

    Thread Starter jazz_est

    (@jazz_est)

    Hey,

    Thanks. Good to hear about the update.

    I tried your solution and with different colors

    .widget-area .widget a {
    	color: #21759b;
    }
    .widget-area .widget a:hover {
    	color: #21759b;
    }

    but it didn′t change the situation. I checked from style.css that I′m editing a sidebar section although my “Recent posts” are in the footer. That′s probably not an issue, right (as the posts are initially in the sidebar)?

    can you post a link to your site?

    Try this one:

    .footer-widgets .widget a {
         color: #8C8989;
    }

    Use extact code, without adding .widget-area.

    Regards

    @mr Case: theme-vision.com

    Thread Starter jazz_est

    (@jazz_est)

    and we have a winner! ??

    Thanks, the last one worked.

    Thread Starter jazz_est

    (@jazz_est)

    and of course thank you for the quick replys. Highly appreciated.

    Not problem ??

    Im glad everything is ok now.

    Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Footer widget Recent Posts posts invisible’ is closed to new replies.