New Landing How can we help? Themeforest Theme Support Neighborhood Styling gone wrong after update!

Viewing 11 posts - 16 through 26 (of 26 total)
  • #147521
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> General Options -> Find this code:-

    .add_to_cart_button{
    background: none repeat scroll 0 0 #222 ;
    border: 0 solid #2e2e36 !important;
    border-radius: 0 !important;
    color: #ffffff;
    height: 40px;
    }

    Here you can change the background color code.
    Thanks
    Mohammad

    #147525
    Nikolaj
    Member
    Post count: 42

    Yes, but it’s still changing the text color on hover, not the button color

    #147533
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .add_to_cart_button:hover{
    background: none repeat scroll 0 0 #ff0000;
    }

    Thanks
    Mohammad

    #147546
    Nikolaj
    Member
    Post count: 42

    Hi.

    It’s still changing text color and not the black color!

    Here is the CSS I have now, all of it:

    .add_to_cart_button{
    background: none repeat scroll 0 0 #222 !important;
        border: 0 solid #2e2e36 !important;
        border-radius: 0 !important;
        color: #ffffff;
        height: 40px;
    }
    .add_to_cart_button:hover{
    background: none repeat scroll 0 0 #222 !important;
    font-weight:bold !important;
    }
    
    .add_to_cart_button span:hover{
    font-weight:bold !important;
    }
    
    .add_to_cart_button span:hover{
    color:#07C1B6 !important;
    }
    
    .add_to_cart_button:hover{
    background: none repeat scroll 0 0 #ff0000;
    }
    #147558
    Nikolaj
    Member
    Post count: 42

    this is a “rough” image of how it looked before, when you hovered! ๐Ÿ™‚

    Attachments:
    You must be logged in to view attached files.
    #147560
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please explain your issue in detail with marked screenshot image. It is a simple fix but i am confused now.
    Thanks
    Mohammad

    #147562
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove my last code and use this new one code:-

    .add_to_cart_button{
    background: none repeat scroll 0 0 #222 !important;
        border: 0 solid #2e2e36 !important;
        border-radius: 0 !important;
        color: #ffffff;
        height: 40px;
    }
    
    .add_to_cart_button span:hover{
    color:#fff !important;
    font-weight:bold !important;
    }
    
    .add_to_cart_button:hover{
    background: none repeat scroll 0 0 #07C1B6 ;
    font-weight:bold !important;
    }

    Thanks
    Mohammad

    #147566
    Nikolaj
    Member
    Post count: 42
    This reply has been marked as private.
    #147580
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved so please check it now.
    Thanks
    Mohammad

    #147585
    Nikolaj
    Member
    Post count: 42

    Hi Mohammad.

    Thank you very much! Everything is working now! ๐Ÿ™‚

    Thanks again!

    #147591
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Mohammad.
    -Rui

Viewing 11 posts - 16 through 26 (of 26 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