Set link color for items only in the footer.

This topic has 7 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp

  • Avatar: TrueBeardsman
    TrueBeardsman
    Participant
    February 7, 2015 at 16:47

    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?

    6 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 7, 2015 at 17:50

    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.

    Avatar: TrueBeardsman
    TrueBeardsman
    Participant
    February 7, 2015 at 19:22

    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?

    Avatar: Eva
    Eva Kemp
    Support staff
    February 8, 2015 at 20:10

    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.

    Avatar: TrueBeardsman
    TrueBeardsman
    Participant
    February 8, 2015 at 22:20

    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;
    }

    Avatar: TrueBeardsman
    TrueBeardsman
    Participant
    February 8, 2015 at 22:34

    Looks like it needed to be

    .footer-top .blog-post-list .media-heading a {
    color: #ffffff !important;
    }

    Avatar: Eva
    Eva Kemp
    Support staff
    February 9, 2015 at 11:01

    Hello,

    So is your issue resolved?

    Than you.
    Regards,
    Eva Kemp.

  • Viewing 7 results - 1 through 7 (of 7 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.