Is there CSS code that will remove the horizontal rule from the magazine content element? I also would like to add a (red) bullet before each item. Can that be done, too?
Thanks,
Hey Kurt!
Please provide us a link of the area you are referring and a screenshot of what you want to do.
Thanks a lot
Regards,
Basilis
The link is esomethin.com/yoursource.
Thanks,
Kurt
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-magazine-content-wrap {
border: none!important;
}
.av-magazine-entry:before {
content: '•';
float: left;
margin-right: 10px;
color: red;
}
Best regards,
Yigit
Hi:
The CSS code removed the horizontal rule, but the red bullets do NOT appear. Suggestions?