Several questions

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Feb 15, 2015.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Hello,

    I've got some questions to make changes on the home page.

    A: we don't have an blog, is there an code to delete this area??
    B: Can i change the height and color of this footer??
    C: Is there an code to change the color of this footer??
    D: Can you help me with the code for the color of the link "lees verder" the color of the normal link and the roll over color

    Thank for your help
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Please use below codes in custom CSS box.
    A:
    Code:
    .feature_content_inner:nth-child(2) {
      display: none;
    }
    

    B:
    Code:
    .footer_wrapper {
      background: red;
    }
    
    C:Height will be managed automatically according the content inside it.
    Code:
    .footer_bottom {
      background: pink;
    }
    

    D:
    Code:
    ul.feature_content_inner_box a {
      color: red;
    }
    
    Change color according to your requirement.

    Thanks & Regards
    Pramod
     

Share This Page