This topic has 13 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
Hi, could you please suggest where to apply (display: none !important;) in order to hide the RETURN TO PREVIOUS PAGE link?
Thanks
Hello,
Could you please provide us with the link where you want to hide that text?
Thank you.
Regards,
Eva Kemp.
Right, all shop pages….
Hello,
Please add this code into custom.css file:
.page-heading .row-fluid .span12 .back-to { display: none !important; }
Regards,
Eva Kemp.
Nope, that did nothing to hide the pesky link!
Please check again….
Thanks
While at it, could you please verify why no arrows display in the thumb slider (single product page)?
See here: http://goplus.es/product/rv2-carrara/ (there are 7 images in the product).
Thanks
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
there you go….
Hello,
Seems there is cache on your server that’s why the changes aren’t visible. You can remove it via FTP or wait till the cache is cleared.
Regards,
Eva Kemp.
Hi,
there is nothing in the cache folder.
I re activated the child theme but no solution (to this topic) is apparent.
Find FTP login details in private content area.
Please find a solution as I am getting really tired of spending more time communicating with you guys than actually working on the site.
Thanks
Hello,
The code didn’t work because you have error in other string of style.css file. You have the code
h6 {
color: #0f0f0f;
font-family: Open Sans;
]
The last “]” is wrong. Please change it to “}”.
After that our code will work.
Thank you.
Regards,
Eva Kemp.
Ok, a typing error…. Thanks.
Also part of this topic was:
“While at it, could you please verify why no arrows display in the thumb slider (single product page)?
See here: http://goplus.es/product/rv2-carrara/ (there are 7 images in the product).”
In Private Content I pasted the contents of the child css…. could there be the rerason for the navigation arrows not displaying?
Thanks
Hello,
You had the code in style.css of the child theme
.flex-direction-nav {
display: none !important;
}
That’s why the arrows weren’t shown.
I’ve changed it to
.flex-direction-nav {
display: block !important;
}
and arrows are being showed now.
Regards,
Eva Kemp.
The issue related to '‘Return to previous…’' has been successfully resolved, and the topic is now closed for further responses