This topic has 7 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
I am using the dark footer color, and have a widget set to show my recent posts. However the posts links are coming up in black until you hover over them. How do you set the color of links only in the footer?
Side question: How do you remove the “by author & date from posts showing in the widget in the footer?
How do you turn off “Posted on dates” on blog posts?
Hello,
Please provide us with your site url to check the footer links.
To remove post info go to Theme Options > Blog Layout > Show “byline” on the blog > Off.
Thank you.
Regards,
Eva Kemp.
The site is not live at the moment, I am developing it in MAMP prior to switching over my live site.
Basically I followed the instructions included in the theme documentation to create the custom widgets and then use the static blocks builder to set up the 4 custom widgets. Then select the static blocks in the footer on the widgets menu. One of the widgets Im using is the 8theme recent posts widget. The links for the posts are showing up as black in the footer and on hover they are red. I want them to be white. I already have the footer color set to light in the theme options but this is not effecting the links.
Side question: How do you remove the language / currency selection on the main navigation bar?
Hello,
Please add this code in custom.css file:
.main-footer-3 .blog-post-list .media-heading a {
color: #FFF !important;
}
.languages-area {
display: none;
}
How to create custom.css is described in our video tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Thanks for the reply. Unfortunately that css is not changing the color of my blog post list. Below is what I am using in my custom.css
.main-footer-3 .blog-post-list .media-heading a {
color: #ffffff !important;
}
Looks like it needed to be
.footer-top .blog-post-list .media-heading a {
color: #ffffff !important;
}
Hello,
So is your issue resolved?
Than you.
Regards,
Eva Kemp.
Tagged: best selling, footer, items, link color, persuasive, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up