How to change Royal footer color/appearence?

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

  • Avatar: Webacto
    Webacto
    Participant
    June 24, 2015 at 13:34

    Hello,

    I need to customize the footer color, how can I change it?
    With an image or by css?

    DEMO INTERIORS
    http://www.laminotech.webacto.es/decoracion-privacidad/

    6 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 24, 2015 at 13:51

    Hello,

    You can change footer background color in Theme Options > Footer > Footer Background Color.

    Regards,
    Eva Kemp.

    Avatar: GraffitixSlam
    GraffitixSlam
    Participant
    July 21, 2015 at 18:53

    Hello – I am having the same issue where I cannot change my Footer color. I have gone to Theme Options > Footer > Footer Background color, selected a new color, and saved it, but it still remains the wrong color.

    Piggy backing on this post since it is the same issue.

    Please, contact administrator
    for this information.
    Avatar: Fantasia
    Fantasia
    Participant
    July 21, 2015 at 18:58

    Hello,

    I am having the same problem that GraffitixSlam has, color setting do not works.

    Avatar: Eva
    Eva Kemp
    Support staff
    July 21, 2015 at 19:27

    Hello @GraffitixSlam, @Fantasia

    Please add this code in Theme Options > Custom CSS:

    .footer-top-2, .footer-top .widget-title span {
        background-color: #d6d6d6 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: GraffitixSlam
    GraffitixSlam
    Participant
    July 24, 2015 at 17:07

    Thank you for the code! It did update the background color. How can I change the text color in the footer now? I’ve selected a lighter bg, and choosing “dark” or “default” both produce grey and white text on a light background, so it’s not really readable. I would prefer black and dark grey text.

    Example of how it appears now: http://i.imgur.com/WG9k4Eo.png

    Avatar: Eva
    Eva Kemp
    Support staff
    July 26, 2015 at 08:37

    Hello @GraffitixSlam,

    Please try to use this code in custom.css:

    .footer-top-2 {
        background-color: black !important;
        color: grey !important;
    }
    .footer-top-2 .product_list_widget li .media-heading a {
        color: grey !important;
    }

    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.