How do I reduce Reduced footer_bottom height? Please check: http://uk-exports.org/ Also, how do I remove the number "3" that appears below the top big picture on all pages? Thanks so much. Regards
Hello, Greetings from InkThemes! To reduce footer_bottom height, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer_bottom { height: 30px !important; } Note: Change the numeric value as per your requirement. For the second issue, i.e. to remove the number "3", paste the code given below in Custom CSS field of your dashboard. Code: .top_add { display: none !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com