Okay
  Public Ticket #1340160
aurum theme
Closed

Comments

  • Filippo Fulgensi started the conversation

    Hi, i purchesed aurum theme, I use it with jewelry demo content.


    Can I modify the color and the image background of footer?

    thanks

    Filippo

  • [deleted] replied

    Hi synapsehost,

    Yes you can do that by going to Custom CSS area and then you will see those CSS codes:

    footer.site-footer {
        background-color: #EEE;
        background-image: url(http://themes.laborator.co/aurum/jewelry-demo-content/wp-content/uploads/2016/04/map.png);    
        background-position: top right;
        background-size: 263px;
        background-repeat: no-repeat !important;
    }

    You just need to change #EEE to your prefered color.