Change Front Page Widget Area Colors – Also Footer Widget Area Link Colors

Home Forums Best Business Pro Change Front Page Widget Area Colors – Also Footer Widget Area Link Colors

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3878
    Anonymous
    Inactive

    http://www.adeptswi.com

    There is no option to change the colors of the Front Page Widget Area. Please add.

    In addition, the Footer Widget Area colors do not work for links. My links area grey when the color is set to white.

    Thank you.

    #4028
    Axle Support
    Moderator

    Hello @Thomas

    Here you can change the color you like and place this CSS in
    Customizer -> Additional CSS
    Section

    #footer-widgets {
        background: #232323 !important;
    }
    #footer-widgets a:hover {
        color: #ffffff !important;
    }

    Regards

    #4965
    Anonymous
    Inactive

    I appreciate this code, but it is not helpful for me.

    1. I need to change the colors of the Front Page Widget. Specifically the background color, the text color, and the button text, background, and link colors.

    2. I need to change the color of the bottom widget link color. The code you supplied is for background and hover, both of which already work through the theme options. In fact theme options for the link color work for everything except white, which shows up as grey.

    #4966
    Anonymous
    Inactive

    Here is a link to a PDF that shows the colors I need.

    AdeptSWI

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.