This topic has 2 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Olga Barlow
Hello,
Page link is in private content area
1. Please guide me in changing color of product title and text in ajax product tabs from black to white, as black isnt visible with the current bg
2. There is also an issue with the main menu color on this page as it appears brown here while it is white on all the other pages.
3. Please also guide me in removing the the space before the footer as it isn’t editable in elementor
Hello,
1) Edit page using Elementor page builder and edit the product tabs element > Advanced tab > Custom CSS https://prnt.sc/26er7ro > add the below code
selector .content-product .product-title a {
color: #fff;
}
2) Edit page using Elementor > go to Page settings > Custom CSS https://prnt.sc/26er8ko and remove below code
header:not(.sticky-on) .header-main-menu.et_element-top-level .menu > li > a {
color: #42210b;
}
3) Edit page using Elementor > go to Page settings > Custom CSS https://prnt.sc/26er8ko and add below code
.template-container .content-page {
padding-bottom: 0;
}
Regards
Tagged: ajax, color change, main menu, product tabs, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up