• My site, https://www.mishku.com, is using the connections template. Currently, next to my sidebar, on the right hand side of the box titled “Pages” I have a little diamon shaped… erm… shape – Which I would like to remove. I cannot, however, for the life of me, figure out how to do this.

    This is a really trivial thing, and I know as soon as some helpful soul guides me to the answer I will be all “D’oh”-like, but that aside, I just can’t work it out…

    Anyone care to shed some light?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding the following to your css:
    .pagenav {
    list-style-type:none;
    }

    Thread Starter mishku

    (@mishku)

    thanks for your suggestiong however, I don’t really want to ADD anything to the design, or layout (seeing as the list-style-none can limit me in other ways). I simply want to remove this little bullet, and I cannot find exactly where it is in my code.. I was hoping someone familiar with the theme I am using could shed some light, as I have gone through all of my code already… I’m probably missing something I’ve… erm… missed, hence asking for a second opinion.

    You have an error on line 165 according the validator
    Try correcting it and see that solves it. (I think the <ul> is in the wrong place).

    Thread Starter mishku

    (@mishku)

    I am aware of that. I’m not sure how to fix it though, because that line of code is automatically geenrated by WP. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘connections template’ is closed to new replies.