This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
You can see what I am referring to here: http://www.onefoolove.com/product/blink-eye-serum/
Add to Cart Button is blacked out and font is not visible
Related Products Below is not loading. Just shows (1) 4 times
How can I change title of Related Products to all CAPS?
Why is “Show Sidebar” Showing in left sidebar area? I want to remove this.
How do I remove Page Titles from Pages (example on this page, Product Description above Product name)? I would like to remove this from all pages.
Login info below if required
Hello,
1. Please add this code in Theme Options > Custom css:
.single_add_to_cart_button {
color: white;
}
2-3. Please provide us with temporary FTP access also.
4. Theme Options > Single product page > Sidebar position
5. Do you mean this http://prntscr.com/ikhpyg ?
.single-product .product-navigation {
display: none;
}
Regards
1. Added CSS and it still does not work.
2-3. Temp access to FTP is below in private content.
4. I want to show a sidebar but I do not want the big black button that says SHOW SIDEBAR to show.
5. Yes
Hello,
The private Content area is empty. Please check and provide credentials.
1. Please create an empty dynamic.css file in royal-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
in royal-child/functions.php file. Then go to Theme Options and re-save them. (From the 4.0 update, all the custom styles come not like inline CSS but as styles from separate file – dynamic.css (to speed up the site loading). If you created child theme before 4.0 update you need to create the dynamic.css file.)
4. Please provide screenshot of the problem. You can use such screenshot maker as Lightshot and provide screenshot link in Private content area.
Also, Fixed header color scheme can be changed to Dark in Theme Options > Header Settings > Main header area.
Regards
You must be logged in to reply to this topic.Log in/Sign up