Hi, I have two issues that I assume will be solved with custom css. I want my logo to be about twice as wide as it is. (Currently, when I load it at the size I want it, it automatically resizes to the predetermined width.) How do I fix this? Also, I want to get rid of the Homepage Featured section. How can I do this? Thanks!
1.For your first issue Go to header.php present in your theme directory and follow the instruction as shown in image given below Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header-container .header .logo img { width: 450px; } 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content { display: none; }
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .index-container .full_cols{ display:none; }