Reply 314553 to: change color of product title in ajax product tabs / main menu color on one page

Avatar: Olga Barlow
Olga Barlow
Support staff
January 17, 2022 at 15:27

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.