Hi Guys, please could you assist with changing the “Dot” icon to a “Line” on a product tab
I have attached the screenshots and details to the site in pvt content
from: http://prntscr.com/7s22kx
Thanks
This topic has 8 replies, 4 voices, and was last updated 10 years, 5 months ago ago by Jack Richardson
Hi Guys, please could you assist with changing the “Dot” icon to a “Line” on a product tab
I have attached the screenshots and details to the site in pvt content
from: http://prntscr.com/7s22kx
Thanks
Hello,
please add following code to your custom.css file:
.products-tabs .tab-title:after {
width: 3px;
height: 15px;
top: 2px;
right: -18px;
}
Regards,
Stan Russell.
Hi, it doesnt seem to be working.
Thanks
Hello,
Please add !important to the code lines:
.products-tabs .tab-title:after {
width: 3px !important;
height: 15px !important;
top: 2px !important;
right: -18px !important;
}
Regards,
Eva Kemp.
Hi there, my bad. All working now and thank you. However there is just one more thing that required adjustments.
I am battling to get the product tabs to align with the header.
Please check attached file in pvt content.
Thanks
Hello,
Please try to use this code in custom.css:
.wpb_content_element.products-tabs.not-column-inherit.tabs {
margin-left: 40px !important;
}
Best regards,
Jack Richardson.
Hi, all sorted.
Thanks
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Changing Dot to Line’' has been successfully resolved, and the topic is now closed for further responses