Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • imurillo Friend
    #973105

    I want an image bckground into top , and also I would like tray an image background in footer

    pavit Moderator
    #973123

    Hi

    Add to your custom.css this css snippet

    .t3-header {
      background-color: #ff0000;
    }

    If you want to add an image as background then use

    .t3-header {
     background-image: url("path to your image");
    }

    Regards

    imurillo Friend
    #973574

    My header backgrond is working, I have a little image as a pattern repeat in header background

    pavit Moderator
    #973665

    I would like an image pattern for background

    Could you post a screenshot showing what exactly you want to change ?

    imurillo Friend
    #973800

    My header background is working, But I want same image pattern repeat in footer background, please see the picture

    Also I want reduce space in footer

    pavit Moderator
    #973832

    Please post here link to your website so i can look at your img pattern path

    imurillo Friend
    #974521

    I can not give you the link, I do not have autorization to put the web page on line now is in my locla host. So i very important for me your help .

    pavit Moderator
    #974618

    Without an url to your website we should proceed with attempts and hope to find the right one ,however you can try with this code into your custom.css file.

    .t3-footer > .container {
     background-image: url("path to your image")!important;
    padding-top:5px!important;
    padding-bottom:5px!important;
    }
    
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  pavit 7 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum