• Resolved dknows2

    (@dknows2)


    Help!!!!
    How can I change the color of the 3 icons at the bottom of my home page? I want them to be black with white writing.

    The link to the page is http://alexpestservice.com/

    Thank you,

    Derek

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sam

    (@soumendra)

    Hello,

    You can add this to your Custom CSS for achieving that:

    .tcol-lg-4 > a {
        background-color: #000;
    }

    Thank you.

    hannah

    (@hannahritner)

    Hey dknows2,
    Try adding this to your custom css box in theme options > advanced settings:

    .home-iconmenu a {
      background-color: #000;
    }

    Hannah

    Thread Starter dknows2

    (@dknows2)

    Thank you, both for your responses. Hannah, I used your suggestion first and it worked perfectly. Again, thank you both for your help!!!!!!!!!!!!!!!!!!!!

    Thread Starter dknows2

    (@dknows2)

    My problem has been solved.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change the Color of the Bottom Icons’ is closed to new replies.