Okay
  Public Ticket #2116684
FOOTER FONT AND COLOUR CHANGE
Closed

Comments

  •  1
    Souvik started the conversation

    how to change footer font color and font and size? 

    i use text block to show to footer.

  •  2,575
    Kevin replied

    Hi Souvik !

    You need to add css properties to change the color, let me know exactly the text you want to change the color and font, and the font size you want to change, the color you want to change, I will guide you to add the properties this count

    thank you

  •  1
    Souvik replied

    I don't selected any colour, font and size for my footer!! Please give me the css code i use many colours, font and size , which colour, font and size is perfect for my website i use them. Please give me the css code.

  •  2,575
    Kevin replied

    Hi Souvik !

    #1

    http://prntscr.com/otek6h
    change color this section add css later
    ul.no-padding.bullet li a {
        color: #fff000;
        font-size: 16px;
    }

    #2
    http://prntscr.com/otekw8
    Add css to change this section
    footer #colophon .ftc-footer .last-footer .widget-title {
        font-size: 16px;
        color: #fff000;
    }

    # 3 http://prntscr.com/oteljp
    change this section add css
    .ftc-footer p {
        color: #fff;
        font-size: 16px;
    }

    thank you