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
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