This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hello!
Can you please help me with the following css codes?
1. For the button on the product page, to reverse the colours shown by default / on hover of the “add to cart button”. Look here. By default the current on-hover purple (#b959a2), and on hover the current black default colour.
2. For the header, I’m using the no. 8 header from theme settings. Can I somehow add the “search” text right next to the search icon from the header?
3. How can I remove the captcha field from the registration form (present both on the menu hover, and also on the registration page)?
4. For the “place in the header top bar” widget, how can I make the text shown in the menu (contact info) have a smaller height (smaller font size)? And also center it in the menu? See here.
Admin credentials below if needed. Thanks 🙂
Hello,
1. Please add this code in custom.css file:
button.single_add_to_cart_button.button.alt:hover {
background-color: black;
}
button.single_add_to_cart_button.button.alt {
background-color: #b959a2;
}
2. You need edit header.php via FTP to add ‘Search’ text.
3. You need remove the code in wp-content/themes/royal/framework/theme-functions.php (from line 1372 to 1376).
4. Add this code in custom.css:
.header-type-8 .menu-wrapper .languages-area {
float: left !important;
}
.header-type-8 .menu-wrapper .languages-area .widget-title {
font-size: 12px;
}
Thank you.
Regards,
Eva Kemp.
Ok, thank you for the info. Two problems:
1. The on-hover colour isn’t black – I’ve also tried with #262626; instead of black;
4. Sorry I haven’t made myself clear – how to center that text up / down, not left / right. The padding until the bottom of the menu to be the same as the padding to the top of the menu.
Thanks again 🙂
Hello,
I’ve edited the code for button and add this code to center the phone number text:
.header-type-8 .menu-wrapper .languages-area .widget-title {
padding-top: 5px;
}
Clear your browser cache and check again.
Thank you.
Regards,
Eva Kemp.
Work great. Thanks again. Topic closed 🙂
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
The issue related to '‘Some extra customizations needed – please help’' has been successfully resolved, and the topic is now closed for further responses