• bacharaca

    (@bacharaca)


    is there additional css that can be added to the advanced settings to remove the dot [listed items] from the [Value 01, Value 02, etc.] on a portfolio page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • wacoh_327

    (@wacoh_327)

    Can you give us the link to your website? We cannot solve your issue if we don’t have anything to inspect.

    mlis

    (@mlis)

    You mean this:

    ul
    {
    list-style:none;
    }

    ?
    Can You give a link to your website, to see what you have on mind?

    Thread Starter bacharaca

    (@bacharaca)

    that code does not work.

    this code does work…
    li
    {
    list-style:none;
    }

    but i only want it to effect the posts on the portfolio page posts, and not globally.

    my current site is MAMP local only…not live on web yet..

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    This should work:

    ul.disc {
    list-style: none;
    }

    Kadence Themes

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove dots from portfolio posts’ is closed to new replies.