Read more link in italics

This topic contains 5 replies, has 2 voices, and was last updated by  Simone 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #34384

    memeworx
    Buyer
    Post count: 30

    The “read more” link on the search listings used to be in italics, but now they are not?
    How can I make them italics again, as it is hard to differentiate between the excerpt and the read more.

    #34386

    Simone
    Expired Member
    Post count: 3515

    Hello, add this in your style.css inside your child theme folder:

    
    
    a.excerpt-read-more {
    font-style:italic;
    }
    #34401

    memeworx
    Buyer
    Post count: 30

    Done, but still not showing as italic?

    #34405

    Simone
    Expired Member
    Post count: 3515

    try with the !important

    
    
    a.excerpt-read-more {
    font-style:italic !important;
    }

    or please post your url so I can live-check

    #34429

    memeworx
    Buyer
    Post count: 30
    #34436

    Simone
    Expired Member
    Post count: 3515

    Try

    
    
    .geodir_category_list_view .geodir-entry-content a {
        font-style: italic;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket