New Landing How can we help? Themeforest Theme Support Dante add to shopping bag

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Dante
  • #68674
    costin
    Member
    Post count: 199

    Hi,

    I would like to remove the add to shopping bag button when mouse over a product (http://optimhotels.ro/product-category/accessories/sunglasses/).
    How can I achieve this please?

    Thank you,
    Costin

    #68703
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css at Admin -> Theme Options -> Custom CSS => Here put this code and update options .

    ul.products li figure figcaption div.shop-actions{display:none;}

    Hope that will help you sure .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #68745
    costin
    Member
    Post count: 199

    Hi Mohammad,

    Thank you for the custom code, it’s working fine.

    Could you please help me with another thing? I need to have the super search here http://optimhotels.ro/home/home-seven-shop/ with blue background instead of black, white text and links to be red. I would like to use custom css so I can be able to style them independently of other colors I use within the theme.

    Thank you,
    Costin

    #68754
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use custom code for your desire change .

    /*Super Search Background color */
    .layout-boxed #header-search, .layout-boxed #super-search, body > .sf-super-search{background-color:#1DC6D8}
    
    /*COLOR */
    .sf-super-search,.sf-super-search a{color:#ff000}
    

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #68806
    costin
    Member
    Post count: 199

    I’ve tried the code you provided but it seems that’s not working…
    Could you please take a look at what I want to achieve here http://awesomescreenshot.com/0da2onje50

    Thank you,
    Costin

    #68814
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this css and refer this http://dante.swiftideas.net/documentation/#super-search to setup it
    .sf-super-search .search-options .ss-dropdown > span, .sf-super-search .search-options input{border-bottom-color:#1DC6DF;color:#1DC6DF}

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #68830
    costin
    Member
    Post count: 199

    So should I use the both codes or just the last one? I’ve tried both versions but they are not working…I’ve also read the documentation but there’s not much to set up.

    What can I do please?

    Thanks,
    Costin

    #68833
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please upgrade to latest version of theme 2.53 and let me know your feedback .

    Thanks

    #68840
    costin
    Member
    Post count: 199

    I have just updated. Nothing changed. But please tell me if I have to use just the second code or both.

    Thank you!

    #68898
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use both of the codes .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #68953
    costin
    Member
    Post count: 199

    I’ve used both but nothing happens…Any other ideas please?

    Thank you for your time!

    #69105
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    My colleague will assist you very soon .
    Thanks

    #69314
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .sf-super-search, .spb_supersearch_widget.alt-bg {
      background-color: #2160ed;
    }

    For the links and button, it uses your accent color, so you will just need to set that to red

    – Kyle

    #69375
    costin
    Member
    Post count: 199

    Thank you for the code, it works.
    Regarding links and button I need to use a custom code as my accent color is blue and I don’t want to change it.
    Please let me know what to use.

    Thanks,
    Costin

    #69391
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .sf-super-search .search-options .ss-dropdown > span, .sf-super-search .search-options input {
      border-bottom-color: red;
      color: red;
    }
    .super-search-go {
      border-color: red !important;
    }
    .super-search-go:hover {
      background: red!important;
    }

    – Kyle

Viewing 15 posts - 1 through 15 (of 17 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