• hello,

    I want to kind of get this look for my footer in the virtue theme ( the link is to a fashion website):

    So what I was thinking about doing is have two columns on the footer, then add a text widget in the left column with just info about me, then on the left one have some social media links.

    I needed to change the color of the text and also the font itself when using the text widget. I also wanted to have a different font for the title and a different font for the text below the title.

    I tried to look in the footer.php but I didn’t see anything there.

    thanks.

Viewing 1 replies (of 1 total)
  • To set footer, You need to go to Admin – Theme Option – Main Settings – Footer Widget Layout and click on your choice of 2 3 or 4.

    To change the color and font of footer: here is the code. paste it in your custom css

    #containerfooter h3,
    #containerfooter {
    color: #444;
    }
    .footerclass h3 {
    font-size: 12px;
    color: #444;
    }

    You can change the color and the font to meet your needs.

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘changing font and color in footer’ is closed to new replies.