Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #643553

    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,

    #643614

    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

    #643644

    The link is esomethin.com/yoursource.
    Thanks,
    Kurt

    #644177

    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

    #644194

    Hi:

    The CSS code removed the horizontal rule, but the red bullets do NOT appear. Suggestions?

    #644197

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.