Some extra customizations needed – please help

This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Robert Hall

  • Avatar: sorin.manica
    sorin.manica
    Participant
    February 9, 2015 at 12:59

    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 🙂

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 9, 2015 at 15:10

    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.

    Avatar: sorin.manica
    sorin.manica
    Participant
    February 9, 2015 at 16:18

    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 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    February 9, 2015 at 18:13

    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.

    Avatar: sorin.manica
    sorin.manica
    Participant
    February 10, 2015 at 15:17

    Work great. Thanks again. Topic closed 🙂

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 10, 2015 at 15:19

    Hello,

    You’re welcome!
    If you have any questions please feel free to contact us.

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Some extra customizations needed – please help’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.