• Resolved sirajq

    (@sirajq)


    I want to change the color of the footer,
    I added this to the additional CSS but it didn’t work:

    .footer-group-section { 
      background-color: #404040; 
      border-top: 1px solid #ddd;
      color: #404040;
    } 
    

    if anybody please help me,
    Thank in advance.

    • This topic was modified 6 years, 12 months ago by sirajq.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I didn’t find ‘footer-group-section’ class name on site. You need to check for correct class name where you need to add css/change color.

    Thread Starter sirajq

    (@sirajq)

    Thanks for replying,
    actually I’m not sure where I should add ‘footer-group-section’ class.

    if you please explain more to me, because I’m a new in web development.

    If you are talking about the red footer bar then add this to your custom css and change the hex code colour.

    
    #supplementary {
        background-color: #ff0000;
    }
    
    Thread Starter sirajq

    (@sirajq)

    Thank you so much dear gavpedz, it’s worked now.

    • This reply was modified 6 years, 11 months ago by sirajq.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing footer color’ is closed to new replies.