Home › Forums › WoodMart support forum › Problem with colors
Problem with colors
- This topic has 18 replies, 3 voices, and was last updated 7 years, 3 months ago by
Artem Temos.
-
AuthorPosts
-
December 1, 2017 at 1:32 pm #26572
arven1ParticipantHi, I’ve occur that suddenly (without any changes from our end) colors of Add to Quote on /shop/ page is green (even I set it up to be red). Something strange is happening. Can you please help me and check why is that green?
December 1, 2017 at 2:37 pm #26590
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button { background-color: #808080; opacity: .8; } body .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover { background-color: #da3c3c; opacity: 1; }
Regards
December 6, 2017 at 1:53 am #27341
arven1ParticipantYes this is working. Still, I’ve one more problem with is visible on your theme and not visible on default WP theme… If you check my product page link, you’ll see that under Add to Quote is:
The product is already in quote request list! Browse the list
Basically, I don’t want this to be here until some product is actually added to quote. This is showing all the time and that’s not what I need. On default WP theme there are no this message until Add to Quote button is clicked and that’s how it suppose to be.
December 6, 2017 at 8:40 am #27400
Artem TemosKeymasterCould you please provide us your admin and FTP access so we can check what is wrong?
December 7, 2017 at 12:04 am #27597
arven1ParticipantProvided! Please let me know when you check it.
Also beside that issue I’ve one more issue… If you check my screenshot: https://prnt.sc/hk3p4k
I need this search to be in the same line as BROWSE CATEGORIES. How to achieve that? Currently it looks disordered.
December 7, 2017 at 7:56 am #27618
Artem TemosKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
/*Search*/ .form-border-width-1 .search-by-category.input-dropdown .input-dropdown-inner { height: 58px; line-height: 60px; } .secondary-header .searchform input[type=text] { padding-right: 50px; height: 60px; } /*Quote*/ .hide.yith_ywraq_add_item_browse_message, .hide.yith_ywraq_add_item_response_message { display: none !important; }
Regards
December 7, 2017 at 1:03 pm #27723
arven1ParticipantThank you this is working. One more thing… If I want to add some button (I can use some plugin like MaxButtons plugin, but where I need to add that shortcode so button will be right next to My Account (if I delete add to cart and wishlist)? Check this: https://prnt.sc/hkb7nw
December 7, 2017 at 1:46 pm #27734
arven1ParticipantLet me explain last problem… I was able to sort out everything except to remove on hover underline on first menu item (which is call to action button at the same time). Can you tell me how to remove underline for first menu item? Forget upper issue, I’ve resolve it.
December 7, 2017 at 3:05 pm #27749
Artem TemosKeymasterCould you please provide us a screenshot for better understanding?
December 7, 2017 at 3:39 pm #27763
arven1ParticipantSure check my image: https://prnt.sc/hkdngr
Basically, I created this CTA button via navigation as Call to action button.
December 7, 2017 at 3:43 pm #27765
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.menu-mega-dropdown .sub-menu>li>a>span:after { content:none!important; }
December 7, 2017 at 4:10 pm #27770
arven1ParticipantI tried but its not working. Check out my site and you’ll see on On Sale button in main menu.
December 7, 2017 at 6:42 pm #27794
Artem TemosKeymasterSorry, try to replace with this one
li.callto-btn:hover>a>span:after { content:none!important; }
December 8, 2017 at 2:19 pm #27919
arven1ParticipantThanks this is working BUT when this item is selected the it gives me underline on that active element. How can I remove completely this underline from this callto element even when it is active?
December 8, 2017 at 2:39 pm #27921
Artem TemosKeymasterWhere can we see this button active?
December 8, 2017 at 2:52 pm #27923
arven1ParticipantCheck the same On Sale url now.
December 8, 2017 at 2:54 pm #27924
Artem TemosKeymasterTry this code snippet
li.callto-btn>a>span:after { content:none!important; }
December 8, 2017 at 3:15 pm #27927
arven1ParticipantThis is working. Thanks a lot.
December 8, 2017 at 5:54 pm #27936
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
The topic ‘Problem with colors’ is closed to new replies.
- You must be logged in to create new topics. Login / Register