I have a few questions about the Party wordpress theme 1. There is a gray bar area with your contact information and affiliate link section. How do I change the color and get rid of your information? I do not see any settings area for this section. 2. How can I change the size of the slider? 3. How can I make the slider change automatically? 4. Can I remove the search option?
Hello, Thanks for contacting us, It would be better for us to understand your query with the help of some edited screenshots of the concerned areas of your site. So that we can deliver you an exact and appropriate solution to you. I would like to tell you that the hight of the slider is adaptive, it depends on the height of the image. So you are requested to use the different size of the image. Or you still want to fix the height of the slider then just paste the below-given CSS code in the Custom CSS section. Go to (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) Code: #slider .owl-item .item img { height: 510px; } We need WordPress admin credentials to configure it. Kindly send the below-mentioned credential details at [email protected] along with the thread link. WordPress Website URL: - WordPress Username: - WordPress Password: - Please use the below-given CSS code: Code: .header-info .header_search { display: none !important; } I hope these will help. Regards, Akbar InkThemes.com
Hereʻs the area Iʻm referring to. I have tried removing all widgets and this is how it looks. If I add blank text widgets the wording disappears and the grey area remains. I either need to remove it or change the color to match the site
Hello, Thanks for contacting us, To change the color of that area, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer-container { background-color: #ffffff00; } And to remove that area, Please use the below-given CSS code: Code: .footer-container { display: none; } Thanks & Regards! Akbar InkThemes.com