category box ?

  • bsacue

    #8571

    Sorry don’t know a name for this so took a guess,

    Its very hard to try and explain what i want to do so excuse me for using examples of other peoples sites to show you the effect i would like.

    See this poor arrow i created showing you where to look on my site HERE

    now look at this persons site HERE and notice this has a pretty green box around the title

    Same again HERE but it white

    How can one change this colour or even create this look please

    thanks allot

    bsacue

    #41483

    any ideas please?

    Mod

    Kenneth John Odle

    #41484

    Try this in custom css:

    archive-title {
    border: solid 1px #000000;
    background: #009900;
    }

    and play around with the values.

    bsacue

    #41485

    Thanks Kenneth i added this but nothing changed 🙁

    Mod

    Kenneth John Odle

    #41486

    Can you post a link to a page where this should work?

    bsacue

    #41489

    Kenneth, i presume i add this code into custom css save and it should work on “all” pages? sorry if i have the wrong end of the stick im still learning wordpress

    Mod

    Kenneth John Odle

    #41490

    Unfortunately, when I copied and pasted from Firebug, I omitted a period. The correct code should be:

    .post-title {
    border: solid 1px #000000;
    background: #009900;
    }

    bsacue

    #41491

    Yes kenneth that is working but is there a way to disregard front page from this please ? if you look at my site its doing this to everything

    thanks

    Mod

    Kenneth John Odle

    #41492

    Add this:

    .home .post-title {
    background: none;
    border: none;
    }

    or adjust background and border to your preferences.

    bsacue

    #41493

    Perfect thank you very much and a happy new year to you!!

Viewing 10 posts - 1 through 10 (of 10 total)

  • You must be logged in to reply to this topic.