• I have added a custom field to my entries, but I don’t know how to edit the appearance of it on the index page, ie take off the bullet button. Can someone help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you place it in a div, and then assign a css class or id to it, you can use the following property in that class/id:
    list-style-type:none;

    Thread Starter gaebe

    (@gaebe)

    Thanks but it does not seem to be working. I still have the bullet showing. =(
    This is how I coded the page:
    <div class=”da” style=”z-index: 3; left: 160px; width: 380px; position: absolute; top: 350px”>
    <div class=”da”><?php the_meta(); ?></div>
    <p class=”da”><?php the_content(‘more…’); ?> </div>
    And this is the css:
    .da { font-family: Tahoma, Verdana, Arial; font-size: 8pt; font-weight: none; color: #4d3a1a; line-height: 12 pt; text-align: justify; filter: none; list-style-type:none;}

    .da .ul {
    list-style-type: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom fields’ is closed to new replies.