I've tried to edit the style in the featured area to be 1000 px in height. <div class="feature_content_wrapper” style: “1100px;”> Nothing changes
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature_content_wrapper { height: 1000px; } This will solve your issue.
I was also trying to delete the images in the featured area as well. I was wondering how I could do that.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_content_inner_box img { display: none; } .feature_content ul.feature_content_inner_box li .feature_content_inner_box1 { padding-left: 0px; } Thanks & Regards Nitesh Raghuwanshi
This did not solve the issuue, I copied and pasted the code as instructed. There is no other code in the box besides what I copied and pasted.
I was able to acess java and delete the picture from the featured area, however, I would like to delete the featured area all together. Thank you for your help.
Hello, We have checked your website link, it seems that you are not using our Theme. So please activate our theme after that please do let us inform.
Hello, Your are using Andrina theme and have pasted your query in the SaleJunction theme thread link that's why the code provided above are not working for you. For the Andrina theme to delete feature area you can paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature-content { display: none; } This will remove the feature area from the Andrina theme. Note: Please create your separate threads while asking technical issues in their respective thread Community . It will easier for us that way to provide you precise and on time support.