Forums

how to indicate this class? (2 posts)

  1. josancin
    Member
    Posted 1 year ago #

    Hi everybody

    I have got this li element:

    <li class="page_item page-item-4">

    and I have tried everything. I have written in the style.css the following:

    .page_item page-item-4{color:green;}
    li.page-item-4{color:green:}
    li.page_item page_item-4{color:green;}

    It would be fantastic if somebody could gime a hand telling me how I should indicate it.

    Thanks a lot for your help and be happy

  2. alchymyth
    The Sweeper & Moderator
    Posted 1 year ago #

    it is likely to be a link - therefore try styling the a tag;

    li.page_item.page-item-4 a { color: green; }

    http://www.w3schools.com/css/

    try to use Firebug http://getfirebug.com/ or a similar tool to check the styles of these menu items.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.