I want to remove the thick accent rule to the divider.
Currently the Divider is a thick orange rule and a thin gray rule.
I want to make the divider just a thin gray rule, NO thicker orange rule.
Can i change this?
I want to remove the thick accent rule to the divider.
Currently the Divider is a thick orange rule and a thin gray rule.
I want to make the divider just a thin gray rule, NO thicker orange rule.
Can i change this?
Hi!
Add following css code to css/custom.css or the quick css field:
.primary-background.seperator-addon.seperator-bottom{
display: none;
}
Regards,
Peter
You must log in to post.