Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Few correction to do CSS
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Few correction to do CSS
- This topic has 17 replies, 4 voices, and was last updated 9 years by Rui Guerreiro – SUPPORT.
-
Posted in: Neighborhood
-
October 18, 2015 at 11:06 pm #221414
1) on the home page : http://beta.matthewcookson.com/
– Can i add a black line under the slider ?
– Can i remove the hover with the anchor on the single image and have only the hand to click on the image ?
– The magnifying glass is not aligned in the menu2) In the product page
When i add a product to the cart
– How can i change the background color of the button “see the cart”
– How can i change the color of the text of the button “see the cart”
– I dont know why the add to wishlist button is black and grey
– How can I change the color of the star of the add to wishlist button ?
– How can i change the color of the text in the option dropbox field ?3) Cart
– How can i change only the background and text color of the button “view shopping bag”4) In the checkout page
http://beta.matthewcookson.com/checkout/
– How can i change the background and text color of the block “already client” and “do you have a promo code ?”5) In the cart page
– How can i change the background and text color of the button “proceed to checkout”Thanks a lot
October 19, 2015 at 12:06 pm #221518Hi,
Please use this custom css code:-
/*black line under the slider */
.spb_revslider_widget{
border-bottom:2px solid #000 !important;
}
/*remove the hover with the anchor on the single image and have only the hand to click on the image*/
.spb_single_image figure .overlay{
display:none !important;
}I give you code for home page first and see perfect zoom magnify icon perfect at navigation so apply it and let me know. Your list is very long so i will give code page by page.
Thanks
MohammadOctober 19, 2015 at 6:15 pm #221707Hello Mohammad,
Thanks a lot :
/*black line under the slider */
Is it posible to have a line on the full width/*remove the hover with the anchor on the single image and have only the hand to click on the image*/
PerfectI give you code for home page first and see perfect zoom magnify icon perfect at navigation so apply it and let me know
Still a bug (see pic)Thanks !
Attachments:
You must be logged in to view attached files.October 20, 2015 at 11:47 am #221857Hi,
Please use this:
.home .fullwidthbanner-container .fullwidthabanner { border-bottom: solid 1px #000; }
Thanks,
David.October 20, 2015 at 4:20 pm #221992Thanks David,
Perfect. Can you give me the other CSS Please ?
2) In the product page
When i add a product to the cart
– How can i change the background color of the button “see the cart”
– How can i change the color of the text of the button “see the cart”
– I dont know why the add to wishlist button is black and grey
– How can I change the color of the star of the add to wishlist button ?
– How can i change the color of the text in the option dropbox field ?3) Cart
– How can i change only the background and text color of the button “view shopping bag”4) In the checkout page
http://beta.matthewcookson.com/checkout/
– How can i change the background and text color of the block “already client” and “do you have a promo code ?”5) In the cart page
– How can i change the background and text color of the button “proceed to checkout”All the best
October 20, 2015 at 6:14 pm #222020Hi,
4- For checkout page:-.woocommerce-page .woocommerce-info, .woocommerce .woocommerce-info { background: rgb(255, 0, 0) none repeat scroll 0% 0% !important; color: #FFF !important; } .woocommerce-page .woocommerce-info a, .woocommerce .woocommerce-info a{ color: #FFF !important; }
}5- Cart page -:
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{ background:#ff0000 !important; color:#fff !important; }
Thanks
MohammadOctober 20, 2015 at 7:11 pm #222027Hi Mohammad,
4) It does not work
5) ok2) In the product page
When i add a product to the cart
– How can i change the background color of the button “see the cart”
– How can i change the color of the text of the button “see the cart”
– I dont know why the add to wishlist button is black and grey
– How can I change the color of the star of the add to wishlist button ?
– How can i change the color of the text in the option dropbox field ?Thanks
3) Cart
– How can i change only the background and text color of the button “view shopping bag”Attachments:
You must be logged in to view attached files.October 21, 2015 at 10:44 am #222133Hi,
3- Please use this custom css code:-
.bag-buttons a.bag-button { margin-bottom: 10px; color: #fff !important; background: #ff0000 !important; }
4- Its working perfect. Please check after clear the cache of browser.
Thanks
MohammadOctober 21, 2015 at 5:17 pm #222301Hi Mohammad,
3) Ok
4) It does not work, the promo code background is still red
5) ok2) In the product page
When i add a product to the cart
– How can i change the background color of the button “see the cart”
– How can i change the color of the text of the button “see the cart”
– I dont know why the add to wishlist button is black and grey
– How can I change the color of the star of the add to wishlist button ?
– How can i change the color of the text in the option dropbox field ?Thanks
October 22, 2015 at 7:41 am #222395Hi,
4- Please attach marked screenshot.2- Please use this custom css code:-
.woocommerce div.product form.cart .button { color: #fff !important; background: #ff0000 !important; } .woocommerce form.cart .yith-wcwl-add-to-wishlist a { background: #ff0000 none repeat scroll 0px 0px !important; color: #fff !important; }
Thanks
Mohammad
Thanks
MohammadOctober 22, 2015 at 2:08 pm #222535Thanks Mohamad,
I dont see the screenshot
Btw, i can i change in the dropbox the selected language. Now it’s black on black
October 22, 2015 at 2:12 pm #222538Hi,
Please attach a marked screenshot for promo code background and color issue.
Thanks
MohammadOctober 25, 2015 at 5:43 pm #223103I think it does not work i cant see any screenshot.
6) How can i change in the dropbox the selected language. Now it’s black on black
October 26, 2015 at 8:09 am #223149Hi,
4- I want screenshot from your side. Just create a screenshot about this issue and attach here.Thanks
MohammadNovember 2, 2015 at 3:53 pm #225075 -
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.