kumarmilan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Problems in css customizationThanks, Job for your reply..
I am trying to add in the customize CSS
.woocommerce-tabs .panel .questions-answers .questions h3 {
background: url(https://lavishcollections.in/wp-content/uploads/2018/02/question.png);
background-position-x: 0px;
background-position-y: 8px;
background-size: initial;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
color: #555;
font-size: 16px;
line-height: 20px;
padding: 10px 0 10px 50px;
margin-bottom: 0;
}but while adding this to my customized CSS section I am getting the error “Looks like something’s gone wrong. Wait a couple seconds, and then try again.”. The only thing for which I am getting the error is adding the simple one line
background: url(https://lavishcollections.in/wp-content/uploads/2018/02/question.png);The second thing I want to use the Custom HTML widget in the Footer Column on selecting Custom HTML widget it’s not working at all other widgets are working fine.
The thing only happened after updating the WordPress, Woocommerce & storefront version, previously before updating the things everything was fine and was working smoothly.
Thanks!
Finally, I have got the solution to move it to the right position what I was looking for without any plugin as I never wanted to use any plugin for mine website. It’s done very easily using some remove and add action to the function file and some customization I did in the CSS coding and all set.
Hi Sagar,
Thank you for the prompt reply..
I have made some modifications wherein the mobile view is directly redirecting to checkout page but now how to hide the desktop view as in desktop view if click the button then 2 quantity is getting added moreover I don’t want any sticky element on desktop view.
Please suggest some help.