support1spiracle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Krystal] Help with sizing drop down boxHi @vader7071,
If you are happy with the theme or our support, we would really appreciate if you would leave us a review here
https://ww.wp.xz.cn/support/theme/krystal/reviews/
Regards
Forum: Themes and Templates
In reply to: [Krystal] Help with sizing drop down boxHi @vader7071
Try this CSS
.wpcf7-select{
width: 100%;
height: 40px;
}Paste this in Appearance -> Customize -> Additional CSS
Regards
Forum: Themes and Templates
In reply to: [Krystal] Background Photo for Page not changingHi @discokitten22,
You can change the Inner Page background by going to
Appearance->Customize->Page SettingsHere you have to select for Background Image in Choose Page Title Background Color or Background Image: and then you have to upload your image in Select Background Image for Page
If you are doing these steps right and still there is an issue then one or your recent plugin might be conflicting with the theme. So you need to deactivate your plugin(except the theme recommended) one by one and check for changes.
Regards
Forum: Themes and Templates
In reply to: [Somalite] issue with text on buttonsHi @allan777
Try this CSS
.woocommerce div.product form.cart .button{
width: 180px;
}Go to Appearance->Customize->Additional CSS and paste this CSS code
Regards