Viewing 6 posts - 1 through 6 (of 6 total)
  • #139611
    tomeronen
    Member
    Post count: 153

    hi there,

    we have 2 things to handle but we couldn’t find where to change them:

    1. register page width is too large, image attached, where can we set it to be less wide so it won’t use the full screen but only 50% of it centered?

    2. how do i add a background color / image to only one button in the main bar (personal search), when we tried to add it always change the colour / image to all the buttons.

    thank you!

    Tom

    Attachments:
    You must be logged in to view attached files.
    #139632
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this to your custom css:

    @media only screen and (min-width: 769px) { 
    .woocommerce #account_details > .login, .my-account-login-wrap .login-wrap {
      margin-left: 25%;
      width: 50%;
    }
    }

    2) Try this:

    .header-left .swift-search-link {
      background-color: #f5f5f5;
      margin-left: 10px;
      padding: 5px 20px;
    }
    .header-left > nav .tb-welcome {
      line-height: 30px;
      padding-right: 10px;
    }

    – Kyle

    #139656
    tomeronen
    Member
    Post count: 153

    Hi Kyle,

    the first one didn’t work. the 2nd worked perfect!

    #139666
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I don’t see the first one in your custom css?

    – Kyle

    #139667
    tomeronen
    Member
    Post count: 153

    sorry! it’s working! thanks a lot!

    ๐Ÿ™‚

    #139669
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great ๐Ÿ™‚ No problem

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register