This topic has 3 replies, 2 voices, and was last updated 5 years by Radu.

  • Author
  • #216773
     deniscgn
    Participant

    Hello,

    where do I change the background and font in the Footer Background 1

    See image.

    Cheers,

    Denis

    Attachments:
    You must be logged in to view attached files.
    #216778
     Radu
    Moderator

    Using this css

    COPY CODE
    
    .row .three.columns:first-child {
        background: red;
        color: #fff;
    }
    
    .row .three.columns:first-child * {
      font-family: sans-serif !important;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #217180
     deniscgn
    Participant

    That is the wrong footer.
    I need to change the footer in my image, the ones above the 4 footer.

    #217205
     Radu
    Moderator

    Sorry,

    Replace them with those ones

    COPY CODE
    
    
    div#support .four.columns {
          background: red;
        color: #fff;
          font-family: sans-serif !important;
    
    }
    
    div#support .eight.columns {
          background: green;
        color: #fff;
          font-family: sans-serif !important;
    
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?