Results 1 to 2 of 2

Thread: Troubles with CSS

  1. #1
    Thread Starter
    patrickcrielaard's Avatar
    Join Date
    Apr 2013
    Location
    Netherlands
    Posts
    18
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Troubles with CSS

    Hello,

    Im a trying to change a certain word into bold. In this case the word test1. Below is (a part) of the PHP code.

    PHP Code:
    <div class="bigright">     
    <
    ul>    
    <
    table>
        <
    tbody>
            <
    tr>
                <
    td class="listtest1">test1</td>
                <
    td class="listtest2">test2</td>
            </
    tr>
        </
    tbody>
    </
    table>
    </
    ul>
    </
    div
    The CSS that I am using for this is:

    Code:
    .single-ad_listing  .bigright ul table tbody tr td.listtest1 {
      font-weight: bold;
      text-align: left;
    }
    This is a piece of the single-ad listing. It is in the bigright div and then sequently the ul, table, tbody, tr and then td.listtest1.
    But apparantly this CSS code is not working.

    Any suggestions on changing this?

    Best,
    Patrick

  2. #2
    imageworksltd's Avatar
    Join Date
    Mar 2013
    Location
    United Kingdom
    Posts
    273
    Thanks
    1
    Thanked 37 Times in 36 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Category Troubles !!
    By ben15 in forum ClassiPress General Discussion
    Replies: 1
    Last Post: April 7th, 2013, 12:47 PM
  2. slider on top to troubles
    By enrique_traun in forum ClassiEstate
    Replies: 0
    Last Post: March 1st, 2013, 12:47 PM
  3. Buddypress Troubles
    By thamer_alfaisal in forum LabZip
    Replies: 1
    Last Post: February 4th, 2013, 07:51 AM
  4. [SOLVED] troubles for 3.1.9 ?
    By enrique_traun in forum ClassiPress Sorted Ads
    Replies: 3
    Last Post: October 2nd, 2012, 01:36 PM
  5. Indeed Integration Troubles
    By jobstaurant in forum Report JobRoller Bugs
    Replies: 1
    Last Post: February 12th, 2012, 07:45 AM